Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp351 if (leKeys.localSignKey != nullptr) { in LePairKeyNotify()
353 &gapCallbackParam.lePairKeyNotify_.localSignKey, sizeof(LeSignKey), leKeys.localSignKey, sizeof(LeSignKey)); in LePairKeyNotify()
469 param.lePairKeyNotify_.localSignKey.csrk, param.lePairKeyNotify_.localSignKey.csrk + GAP_LTK_SIZE); in SaveLocalPairKey()
472 addr.GetAddress(), param.lePairKeyNotify_.localSignKey.counter); in SaveLocalPairKey()
H A Dble_defs.h372 LeSignKey localSignKey; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c313 (void)memcpy_s(keys->localSignKey->csrk, GAP_CSRK_SIZE, result->localCSRK, GAP_CSRK_SIZE); in GapLePairKeyConvert()
314 keys->localSignKey->counter = 0; in GapLePairKeyConvert()
316 keys->localSignKey = NULL; in GapLePairKeyConvert()
326 LeSignKey localSignKey; in GapCallbackKeyNotify() local
333 keys.localSignKey = &localSignKey; in GapCallbackKeyNotify()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h393 LeSignKey *localSignKey; member

Completed in 8 milliseconds