Hi, I am having a problem related to BLE security.
My application model is a nearby network with no connection using BLE. My plan is using advertisement channels to broadcast public information while use filtered scan response mechanism to deliver secure messages.
I have read the documentation but I don't quite understand all the privacy settings in the softdevice. Here are some questions I have:
1. What is in the whitelist for private advertising? Is the approved device addresses are in the whitelist?
2. If I am using whitelist plus IRK encryption, what should I put in the whitelist to send only secured scan response?
3. How does the stack ensure the safety of the secure scan response? i.e. If I only send scan response to device A and no response to device B, can device B still sniff the scan response from the air? Is the data payload encrypted?
Jie