Hai
i am using mbed to program my nrf51822. i need to implement bonding in my application. for that i am using securitymanager. and i have changed DEVICE_MANAGER_MAX_BONDS to 24 in device_manager_config.h. now i am able to store 24 bonding information. but when i bond a 25th device nrf51822 gets hang. so i need to get the number of bonds at any time and i need to clear that info when it is equal to DEVICE_MANAGER_MAX_BONDS. so is there any way to get the number of bonds............?