Dear Support,
I am working with the new SDK 15, and got some question about using whitelist without device manager, and without pairing or bonding. As stated here: https://devzone.nordicsemi.com/b/blog/posts/bluetooth-smart-and-the-nordics-softdevices-part-1 you could use the whitelist without device manager. I've been looking at the HID example, but I cannot find any place where the code sets the whitelist in the stack. In the ble_advertising.c there is just saved a flag, which says do the whitelisting, but the whitelst itself is not used itself, I've tried to use the sd_ble_gap_whitelist_set() function in my project, but I always get the 0x3202 Error back. Does the HID example works at this time? How get the advertisment module inside the stack the whitelist, did they pull the addresses dirctly from device manager?
I just wanted just to make the device visible through discovery just a limited time after a button press, otherwise the device will be connectable to the one device previous connected, no bonding or pairing. I have found, that the whitlelist could be the solution for my problem. Is there another way to do this?
Thanks in advance.