How to make sense of the address(es) returned in aci_gap_get_bonded_devices
When a central device bonds with my peripheral, I check the public address of the connecting/bonding device and store it for later use. I was expecting that aci_gap_get_bonded_devices would return the address of any bonded devices, but the address(es) retrieved by aci_gap_get_bonded_devices do not match the address values of connecting devices.
How are you supposed to make sense of the address(es) returned via aci_gap_get_bonded_devices?
How can I compare a connecting device's address against the address(es) returned via aci_gap_get_bonded_devices?
