7 years, 5 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, 5 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.

Accepted Answer

Thanks, I got it working for bonding without asking for a password. Just use IO_CAPS_NONE.

posted by Daniel Lee 25 Nov 2016