This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How set whitelist with non-secure device?

Hi ,

I am using NRF52832 device and I am referring ble_central/ble_app_hrs_c app . in this example , there is secure data used(pairing and bonding information) for whitelist. But in my case I want to whitelist BLE devices which are non-secure. How to set whitelist for non-secure ble device?

Regards,

Darshan

Parents Reply
  • Hi, 

    The function peer_list_get() will retrieve a list of the peers stored in flash, and if you delete all the peers before running the function, there are no devices to put into the list. When you bond with a device the peer is stored in flash, it allocates a peer ID and stores the bonding data (address, IRK and encryption keys) of the new device to flash.

    This post can help you implement the whitelist. 

    -Amanda

Children
No Data
Related