Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp609 LeSignKey localKey; in GapRequestSigningAlgorithmInfoEvt() local
610 (void)memset_s(&localKey, sizeof(localKey), 0x00, sizeof(localKey)); in GapRequestSigningAlgorithmInfoEvt()
613 localKey.counter = BleConfig::GetInstance().GetLocalSignCounter(addr.GetAddress()); in GapRequestSigningAlgorithmInfoEvt()
616 (void)memcpy_s(localKey.csrk, GAP_CSRK_SIZE, &vec[0], vec.size()); in GapRequestSigningAlgorithmInfoEvt()
617 info.localKey = &localKey; in GapRequestSigningAlgorithmInfoEvt()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h333 LeSignKey *localKey; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c657 if (info.localKey != NULL) { in GAP_RequestSigningAlgorithmInfoRsp()
659 deviceInfo->localSigningInfo = *info.localKey; in GAP_RequestSigningAlgorithmInfoRsp()
H A Dgap_le_if.c1248 info.localKey != NULL, in GAPIF_RequestSigningAlgorithmInfoRsp()

Completed in 9 milliseconds