Hi all,
what is the most correct way to delete the bonding information when the client and peripheral are connect.
- Delete_peers
- Wait the QUEUE_EVENT_PEER_DELETE_SUCCESSED
- Disconnect device.
Or
- Disconnect device.
- Delete_peers
- Wait the QUEUE_EVENT_PEER_DELETE_SUCCESSED
Both is correct, or one of them?