these devices can automatically connect 52832 without having to restart the pairing and bonding process
these devices can automatically connect 52832 without having to restart the pairing and bonding process
Hi,
Hi,
HI the sdk is 12.2.0
example is the ble_app_ancs_c
i use the nrf52832 as a peripheral
You should be able to bond to 8 devices(BLE_GAP_WHITELIST_ADDR_MAX_COUNT
). The default behavior is to reject pairing request from an already bonded peer. You can change this by setting .allow_repairing to true. i.e in pm_evt_handler()
, pm_conn_sec_config_t conn_sec_config = {.allow_repairing = true};
Hi,How to store binding information, such as I use an ios phone pairing binding of the my device, and then use another ios phone pairing bonding it, then the first phone bonding information will be covered? My reply to the above is wrong, I use the example is smart remote 3
For smart remote 3, the maximum number of bonds stored in flash memory is configured in the files sr3_config_pca20023.h
and sr3_config_pca63519.h
with the define CONFIG_MAX_BONDS
. The default value is set to 1.