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

Bonding delete and connection

Hi all,

what is the most correct way to delete the bonding information when the client and peripheral are connect.

  1. Delete_peers
  2. Wait the QUEUE_EVENT_PEER_DELETE_SUCCESSED
  3. Disconnect device.

Or

  1. Disconnect device.
  2. Delete_peers
  3. Wait the QUEUE_EVENT_PEER_DELETE_SUCCESSED

Both is correct, or one of them?

Parents Reply Children
Related