9 years, 9 months ago.

How to enable BOND_MANAGER?

My Windows 8.1 don't pairing a newest nRF51822 library in mbed HRM1017. BOND_MANAGER and PSTORAGE functions are enabled, pairing success.

So, how to enable BOND_MANAGER and PSTORAGE? (Which file I append "define NEED_BOND_MANAGER" and "define NEED_PSTORAGE"?)

Question relating to:

Nordic stack and drivers for the mbed BLE API

1 Answer

9 years, 9 months ago.

Bonding and persistent-storage are currently disabled because it requires significant amount of additional work before it can be ready. If you wish to enable these modules, feel free to #define these top level macro guards to 1.