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

How to add custom MAC address into whitelist using peer_manager for SDK 15.2 and S132 new version

Hi, I am using nRF52 as a central SDK15.2 and SD132. I want to add in peripheral mac address which I want to put in the whitelist manually from the UART. But the example that I found is using ble_whitelist_t which I cannot use in newer SoftDevice version. That's why I am looking in ble_app_hrs_c example in which they fetch peer_IDs from the flash and set as whitelist (which part I don't understand very well. )

Is there any example which I can refer to to get add-in the custom peripheral MAC address into the whitelist using peer manager without bonding? Thanks.

Parents Reply Children
Related