Hello!
I use nRF52-DK wuth android device. DK connects to android device and works with it well. But I want a paired DK make unpaired from android device by performing unpair command, which will be accompanied by pm_peers_delete() functions (or something else) in firmware. For this I am trying to use BLE_GAP_EVT_DISCONNECTED event at firmware. But I can't recognize unpair android event from another android events (like just switch power off). I have not met example with this future implemented. I feel that I am going in wrong way or I should use another events. Would you give me prompt or show code example with true way to implement this future.