Hello DevZone,
I want to transmit some connection information such as a Bluetooth address serially to my peripheral and have it add it to its whitelist.
I have read a couple of threads about whitelisting but I haven't found any on how to manually add a device to my whitelist.
Do I first have to call the function pm_whitelist_get, add my device I want to add to this list and use sd_ble_gap_whitelist_set to update it?
Im using a nrf52832 DK with sdk 17.0.2 and softdevice s132
Kind regards
