Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

nRF51 peripheral max bond size

hi ~ 

peripheral can bond how many smartphones ? 

and  What will happened if over bond?

i use sdk12.2 below 'is my setting 

#define SEC_PARAM_BOND 1
#define SEC_PARAM_MITM 0 
#define SEC_PARAM_IO_CAPABILITIES BLE_GAP_IO_CAPS_NONE
#define SEC_PARAM_LESC 1 
#define SEC_PARAM_KEYPRESS 0
#define SEC_PARAM_OOB 0
#define SEC_PARAM_MIN_KEY_SIZE 7
#define SEC_PARAM_MAX_KEY_SIZE 16

thanks

Related