Description
- Type: Question
- Related issue:
#4893,#3509
- Priority: Major
Question
How to handle BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST for NRF52 devices in BLE API? Currently there is no available mechanism to handle this event using the BLE API, as this seems to tie in to the low power mode operation for NRF52 devices. Currently using two NRF52 devices as peripheral and master and when the peripheral requests an update to the connection parameters the master has no mechanism in the mbed BLE API to handle this event BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST and to accept the updated connection request. What is the easiest way to achieve this?
Thanks,
Yogesh