This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to deal with a BLE_GAP_EVT_CONN_PARAM_UPDATE event

Hi,

I'm working with nRF52832 and Softdevice v6.0 SDK version 15.2

I'm getting a BLE_GAP_EVT_CONN_PARAM_UPDATE event from an App with new connection parameters for my device. How can I respond to that event and set the new parameters? What I tried was sd_ble_gap_ppcp_set(...) to update the parameters in the softdevice, but after a second or two the connection parameters are reset to the "old" ones.

Does anybody has a hint what to do?

Kind regards

Sascha Schmidt

Related