Hello!
I have an Android phone and nRF52840 as a peripheral. Now I want the peripheral to have a whitelist with exactly 1 peer with whitelist being dropped at button press. Android must be able to connect to like a 100 of such peripheral devices.
I got this working with PeerManager and bonding procedure. But I'm not sure if Android can store hundreds of bonded devices. So I need to make whitelisting work without bonding. The problem is that after pairing pm_peer_id_list() returns 0 peers.
The question is do we have IRK's available after pairing without bonding to put them into whitelist?