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

How to handle BLE_GAP_EVT_CONN_PARAM_UPDATE and BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST events ?

I am working on s120(central) and s130(central/peripheral). I am getting BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST event after updating conn_parameters w.r.t to peer using sd_ble_gap_conn_param_update i am getting BLE_GAP_EVT_CONN_PARAM_UPDATE event. How to handle this?

I am connecting multiple s130 devices at time. I am not getting any response are event so i am doing
a radio reset on s120.

Related