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

How can I handle "BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST " event in pc-ble-driver

Hi,

I am working on the heart_rate_collector example code of nrf51-ble-driver_linux_0.5.0. I received BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST event after setting HRM CCCD. And, I have accepted the request and respond with sd_ble_gap_conn_param_update(p_gap_evt->conn_handle, &p_gap_evt->params.conn_param_update_request.conn_params); to update the connection parameters.

But then I received event with ID: 0x12(18) and received disconnected event with ID: 0x08 as below : image description

Would you please tell me how do I implement coding to response this event with ID: 0x12(18) on the heart rate collector example code. Or, how do I fix this issue.

Thanks!

Related