Home
last modified time | relevance | path

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

/ohos5.0/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(Le… in LePairKeyNotify()
468 …param.lePairKeyNotify_.localSignKey.csrk, param.lePairKeyNotify_.localSignKey.csrk + GAP_LTK_SIZE); in SaveLocalPairKey()
471 addr.GetAddress(), param.lePairKeyNotify_.localSignKey.counter); in SaveLocalPairKey()
H A Dble_defs.h359 LeSignKey localSignKey; member
/ohos5.0/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()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h393 LeSignKey *localSignKey; member