This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Whitelist question with SDK12.2.0

Hi, I have tested ble_app_hids_keyboard for using whitelist.I find that this example is bond+whitelist. If bonded, the peer address will be added into whitelist. But when I disconnect, it will broadcast whitelist so that the other Ble Modules cannot connect it because it is not in the whitelist.Only the bonded one can connect it.

I want to add my ble address into whitelist and set it into softdevice without using bonding. Because when bonding, peer_id which is related to ble address will be added into whitelist_peers[].It is not 48-bit ble address. So I cannot use pm_whitelist_set(). how can I add another BLE address into whitelist? I think BLE module address should be set into whitelist in the softdevice before advertising. Thanks a lot!

Parents Reply Children
No Data
Related