Hi,
I use nrf52832QFAA, SDK 11.0.0, Softdevice 132 v2.0.0. I need to add a device_manager_central to my project (in my project it's easier and faster than adding a peer_manager).
The peer_manager have event "PM_EVT_CONN_SEC_FAILED". This event I can use to identify that bonding was not enabled on the remote peer.
What event can I use for understand that a pairing or encryption procedure has failed if I use the device_manager_central?