Dear Nordic Team
I am developing a BLE device using the following resources:
- Microcontroller: nRF52832
- Softdevice s132
- Peer Manager is used for whitelist advertising
My maximum number of whitelisted peers is 3, and I can see that the device addresses are saved correctly in the whitelist. The problem is that only the connection request from the first central device are accepted, and I am not able to reconnect after bonding with the 2nd or the 3rd device. I paste some parts of my code below, in case it helps:
Questions:
- Do you have any suggestion about what could be happening?
- Can you please send me any guidelines to implement whitelist advertising using more than one device and the peer manager?
Unfortunately I cannot find any documentation available about it.
Thanks in advance.