Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist:
- We have more than 8 devices
- We save private mac address and IRK to flash during bonding for all devices
- We start scanning without witelist
- When we find some device with public (temporary) mac-address, we need to test - is it bonded device using list of bonded device's irk and private mac addreses, saved during bonding
How can we use presaved irk and private (real) mac-address to test - is public (temporary) mac address belong to this device or not?