Hi I am trying to update the connection interval of a peripheral device (nRF52840 ) and I have followed the steps mentioned here.
After Enabling the ble on the device I read the connection interval at initialization by doing this
Then I used the following code part to update the connection interval dynamically
in the BLE_GAP_EVT_CONN_PARAM_UPDATE event I read back the values like this
But I get the following resulting values.36 is correct in initialization then the numbers don't make sense
So I am doing something wrong but I cannot find out what