Home
last modified time | relevance | path

Searched refs:GAP_IRK_SIZE (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_sm_receive.c73 uint8_t irk[GAP_IRK_SIZE];
395 (void)memcpy_s(smParam->irk, GAP_IRK_SIZE, irk, GAP_IRK_SIZE); in GapRecvResolveRPAResult()
H A Dgap_def.h270 uint8_t IRK[GAP_IRK_SIZE];
H A Dgap_le_sec.c288 (void)memcpy_s(keys->remoteIdKey->irk, GAP_IRK_SIZE, result->peerIRK, GAP_IRK_SIZE); in GapLePairKeyConvert()
H A Dgap_le_scan.c301 if (memcmp(info->IRKList[info->resolveIndex].irk.key, irk, GAP_IRK_SIZE)) { in GapResolveRPAResult()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h47 #define GAP_IRK_SIZE 0x10 macro
310 uint8_t irk[GAP_IRK_SIZE]; /// Identity Resolving Key

Completed in 7 milliseconds