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!