Searched refs:devIrks (Results 1 – 1 of 1) sorted by relevance
459 … BtmIdentityResolvingKey *devIrks = MEM_MALLOC.alloc(sizeof(BtmIdentityResolvingKey) * devCount); in BTM_GetAllRemoteIdentityResolvingKey() local460 if (devIrks != NULL) { in BTM_GetAllRemoteIdentityResolvingKey()466 devIrks[index].addr = block->pairedInfo.addr; in BTM_GetAllRemoteIdentityResolvingKey()467 devIrks[index].irk = block->pairedInfo.remoteIdentityResolvingKey; in BTM_GetAllRemoteIdentityResolvingKey()472 *irks = devIrks; in BTM_GetAllRemoteIdentityResolvingKey()