Dears,
I am trying to implement a peripheral device which behaves like this:
1. within 30 seconds after powered up, the device can be discovered and connected by any other central device, accept a bond request from any central device
2. out of 30 seconds, the device can only be discovered/connected by some specific central devices in bonded history
Can I implement this behavior with whitelist(peer manager) enable/disable toggling?
Is there any example I can look at deeply?