Searched refs:remoteIdKey (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_security.cpp | 328 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 D | ble_defs.h | 353 LeIdKey remoteIdKey; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le_sec.c | 287 …(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 D | gap_le_if.h | 390 LeIdKey *remoteIdKey; member
|