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

Use pm_manager to add central address to whitelist without bonding

Hi there,

I would like to add the device address of a central to the whitelist on my peripheral. Is this possible without bonding? So I set sec_param.bond = false in pm_sec_params_set(&sec_param), but I would like to add the connected central to the whitelist. Is this possible (without bonding)?

I am using SDK 15.3, Softdevice S140, V6.1.1

Regards

Stefan

Parents Reply
  • Hi,  

    Yes, you are right. In that example, the whitelist is created by the bond information database stored by the peer manager. 

    Please let me correct the previous reply:

     If you don't plan to bond but still want to have whitelist. You have to manage the whitelist manually. Here you can find an example of how to do it manually (this is for whitelist with advertising but it should be the same for scanning).

    -Amanda H.

Children
Related