Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp328 if (leKeys.remoteIdKey != nullptr) { in LePairKeyNotify()
330 …&gapCallbackParam.lePairKeyNotify_.remoteIdKey, sizeof(LeIdKey), leKeys.remoteIdKey, sizeof(LeIdKe… in LePairKeyNotify()
438 …RawAddress peerAddr = RawAddress::ConvertToString(param.lePairKeyNotify_.remoteIdKey.identityAddr.… in SavePairKeyNotify()
494 …RawAddress peerAddr = RawAddress::ConvertToString(param.lePairKeyNotify_.remoteIdKey.identityAddr.… in SavePeerPairKey()
496 … addr.GetAddress(), param.lePairKeyNotify_.remoteIdKey.identityAddr.type, peerAddr.GetAddress()); in SavePeerPairKey()
498 … param.lePairKeyNotify_.remoteIdKey.irk, param.lePairKeyNotify_.remoteIdKey.irk + GAP_LTK_SIZE); in SavePeerPairKey()
H A Dble_defs.h353 LeIdKey remoteIdKey; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c287 …(void)memcpy_s(&keys->remoteIdKey->identityAddr, sizeof(BtAddr), &result->peerIdentAddr, sizeof(Bt… in GapLePairKeyConvert()
288 (void)memcpy_s(keys->remoteIdKey->irk, GAP_IRK_SIZE, result->peerIRK, GAP_IRK_SIZE); in GapLePairKeyConvert()
290 keys->remoteIdKey = NULL; in GapLePairKeyConvert()
323 LeIdKey remoteIdKey; in GapCallbackKeyNotify() local
330 keys.remoteIdKey = &remoteIdKey; in GapCallbackKeyNotify()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h390 LeIdKey *remoteIdKey; member