Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h159 uint8_t localIRK[SMP_IRK_LEN]; member
H A Dsmp.c1590 (void)memcpy_s(pairResult.localIRK, SMP_IRK_LEN, g_smpPairMng.local.IRK, SMP_IRK_LEN); in SMP_GenPairRetNormal()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.c1353 BtmKey localIRK = {0}; in GAP_LeGenResPriAddrAsync() local
1355 ret = BTM_GetLocalIdentityResolvingKey(&localIRK); in GAP_LeGenResPriAddrAsync()
1360 ret = SMP_GenerateRPA(localIRK.key); in GAP_LeGenResPriAddrAsync()