Home
last modified time | relevance | path

Searched refs:devIrks (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.c459 … BtmIdentityResolvingKey *devIrks = MEM_MALLOC.alloc(sizeof(BtmIdentityResolvingKey) * devCount); in BTM_GetAllRemoteIdentityResolvingKey() local
460 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()