Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.h27 int BTM_GetLocalIdentityResolvingKey(BtmKey *irk);
29 int BTM_GetRemoteIdentityResolvingKey(const BtAddr *addr, BtmKey *irk);
35 BtmKey irk;
H A Dbtm_le_sec.c39 static BtmKey g_localIdentityResolvingKey;
394 void BTM_SetLocalIdentityResolvingKey(const BtmKey *key) in BTM_SetLocalIdentityResolvingKey()
407 int BTM_GetLocalIdentityResolvingKey(BtmKey *irk) in BTM_GetLocalIdentityResolvingKey()
421 int BTM_GetRemoteIdentityResolvingKey(const BtAddr *addr, BtmKey *irk) in BTM_GetRemoteIdentityResolvingKey()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h539 } BtmKey; typedef
542 BtmKey key;
549 BtmKey remoteIdentityResolvingKey;
558 void BTSTACK_API BTM_SetLocalIdentityResolvingKey(const BtmKey *key);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.c1298 BtmKey key; in GAP_LeSetRole()
1353 BtmKey localIRK = {0}; in GAP_LeGenResPriAddrAsync()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp449 BtmKey btmKey; in SetLocalIrkAndIdentityAddrToBtm()