Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 12 months ago.
Does mbed BLE library support for pair bonding?
Does mbed BLE library support for pair bonding? If so, is there an example of pair bonding and saving the bond onto flash?
1 Answer
7 years, 12 months ago.
Hello Daniel,
BLE API support pairing of devices, you can have a look at this example: https://developer.mbed.org/teams/Bluetooth-Low-Energy/code/BLE_SecureHeartRate/ (might be outdated on thing not related to pairing or security).
All security related functions are describe in the SecurityManager module.