HI,
Currently, I am using the ble_app_cts_c example and I am able to pair only one device. I found out that it is related to whitelisting function.
How can I disable the whitelisting function?
Thanks
HI,
Currently, I am using the ble_app_cts_c example and I am able to pair only one device. I found out that it is related to whitelisting function.
How can I disable the whitelisting function?
Thanks
Hi
You can disable whitelisting temporarly by pressing button 2 on the DK to allow for a new device to connect, or you can disable whitelisting altoghether by setting .ble_adv_whitelist_enabled to 'false' inside your advertising_init() function.
Best regards,
Vidar
Hi
You can disable whitelisting temporarly by pressing button 2 on the DK to allow for a new device to connect, or you can disable whitelisting altoghether by setting .ble_adv_whitelist_enabled to 'false' inside your advertising_init() function.
Best regards,
Vidar