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

Unbonded event to peripheral

Hello,

I am working on nRF51822 S110 softdevice 8.0 and SDK9.0. I am creating paired and unpaired states and the system will goto unpaired only if it is unpaired from the central.

I need to know, can softdevice give the unbonded event after disconnection? or connection has to be there to send unbonded event? And I also want to know the event for unbonded? what does BLE_BONDMNGR_EVT_CONN_TO_BONDED_CENTRAL indicates?

Regards, Sowmya

Parents
  • The BLE_BONDMNGR_EVT_CONN_TO_BONDED_CENTRAL event doesn't exist is SDK 9.0.0. This is an event from the Bond Manager, which was replaced by the Device Manager some SDK versions ago. What do you mean by unpaired? Do you mean that you have been paired and then you unpair? Or that you simply haven't paired? Bonding is handled by the application so the SoftDevice will not send such an event. Could you explain a bit more about your system?

Reply
  • The BLE_BONDMNGR_EVT_CONN_TO_BONDED_CENTRAL event doesn't exist is SDK 9.0.0. This is an event from the Bond Manager, which was replaced by the Device Manager some SDK versions ago. What do you mean by unpaired? Do you mean that you have been paired and then you unpair? Or that you simply haven't paired? Bonding is handled by the application so the SoftDevice will not send such an event. Could you explain a bit more about your system?

Children
No Data
Related