Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.c39 static BtmKey g_localIdentityResolvingKey; variable
99 (void)memcpy_s(param.localIrk, KEY_SIZE, g_localIdentityResolvingKey.key, KEY_SIZE); in BtmAddToResolvingList()
404 g_localIdentityResolvingKey = *key; in BTM_SetLocalIdentityResolvingKey()
417 *irk = g_localIdentityResolvingKey; in BTM_GetLocalIdentityResolvingKey()