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

Parents Reply
  • thank Jonathan
     ((FDS_VIRTUAL_PAGES - 1) * FDS_VIRTUAL_PAGE_SIZE*4 ) / 152 
    ( ( 3 - 1 ) * 256 * 4) / 152  = 13.4 
    I try to bond thirty-two mobile phones, but it still connects successfully with the first one. Additionally, I'd like to ask you some questions as followings.
    What happens if the number of bindings exceeds the limit? Will it enter this event "PM_EVT_STORAGE_FULL"? Or what will it happen?
Children
Related