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

Couldn't occur the BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST event

Hi,

I'm using the nRF5_SDK_12.0.0_12f24da and S132 on nRF52832. I do the multilink based on the ble_app_multilink_central example. When it has connected to the peripheral,the peripheral will send a connection parameter update request to the center. I have set a breakpoint at BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST event ,but the center wouldn't run to the BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST event , so the center couldn't update the connection parameter. Is there anyother thins I need to do?

It's sure that the peripheral has send a connection parameter update request to the center.

Related