Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp335 if (leKeys.remoteSignKey != nullptr) { in LePairKeyNotify()
336 (void)memcpy_s(&gapCallbackParam.lePairKeyNotify_.remoteSignKey, in LePairKeyNotify()
338 leKeys.remoteSignKey, in LePairKeyNotify()
505 param.lePairKeyNotify_.remoteSignKey.csrk, param.lePairKeyNotify_.remoteSignKey.csrk + GAP_LTK_SIZE); in SavePeerPairKey()
508 addr.GetAddress(), param.lePairKeyNotify_.remoteSignKey.counter); in SavePeerPairKey()
H A Dble_defs.h368 LeSignKey remoteSignKey; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c294 (void)memcpy_s(keys->remoteSignKey->csrk, GAP_CSRK_SIZE, result->peerCSRK, GAP_CSRK_SIZE); in GapLePairKeyConvert()
295 keys->remoteSignKey->counter = 0; in GapLePairKeyConvert()
297 keys->remoteSignKey = NULL; in GapLePairKeyConvert()
324 LeSignKey remoteSignKey; in GapCallbackKeyNotify() local
331 keys.remoteSignKey = &remoteSignKey; in GapCallbackKeyNotify()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h391 LeSignKey *remoteSignKey; member

Completed in 8 milliseconds