Home
last modified time | relevance | path

Searched refs:remoteKey (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp621 LeSignKey remoteKey; in GapRequestSigningAlgorithmInfoEvt() local
623 remoteKey.counter = BleConfig::GetInstance().GetPeerSignCounter(addr.GetAddress()); in GapRequestSigningAlgorithmInfoEvt()
626 (void)memcpy_s(remoteKey.csrk, GAP_CSRK_SIZE, &vec[0], vec.size()); in GapRequestSigningAlgorithmInfoEvt()
627 info.remoteKey = &remoteKey; in GapRequestSigningAlgorithmInfoEvt()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h334 LeSignKey *remoteKey; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c661 if (info.remoteKey != NULL) { in GAP_RequestSigningAlgorithmInfoRsp()
663 deviceInfo->remoteSigningInfo = *info.remoteKey; in GAP_RequestSigningAlgorithmInfoRsp()
H A Dgap_le_if.c1249 info.remoteKey != NULL); in GAPIF_RequestSigningAlgorithmInfoRsp()

Completed in 9 milliseconds