Hi
How do you use GAPBondMgr_FindAddr while in a bonded connection with an ios device and get the identity address?
in case GAP_LINK_ESTABLISHED_EVENT:
...
status1 = GAPBondMgr_FindAddr(pPkt->devAddr, PEER_ADDRTYPE_PUBLIC_OR_PUBLIC_ID, pIdx1, pIdentityAddrType1, pIdentityAddr1);
status1 = GAPBondMgr_FindAddr(pPkt->devAddr, PEER_ADDRTYPE_RANDOM_OR_RANDOM_ID, pIdx1, pIdentityAddrType1, pIdentityAddr1);
both calls do NOT change the argument pIdentityAddr1.
I am using the simplePeripheral project with version 2.3 of the 26x2 sdk.
*edit: corrected statement in bold