Home
last modified time | relevance | path

Searched refs:GAP_LTK_SIZE (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp461 param.lePairKeyNotify_.localEncKey.ltk, param.lePairKeyNotify_.localEncKey.ltk + GAP_LTK_SIZE); in SaveLocalPairKey()
469 param.lePairKeyNotify_.localSignKey.csrk, param.lePairKeyNotify_.localSignKey.csrk + GAP_LTK_SIZE); in SaveLocalPairKey()
488 param.lePairKeyNotify_.remoteEncKey.ltk, param.lePairKeyNotify_.remoteEncKey.ltk + GAP_LTK_SIZE); in SavePeerPairKey()
499 param.lePairKeyNotify_.remoteIdKey.irk, param.lePairKeyNotify_.remoteIdKey.irk + GAP_LTK_SIZE); in SavePeerPairKey()
505 param.lePairKeyNotify_.remoteSignKey.csrk, param.lePairKeyNotify_.remoteSignKey.csrk + GAP_LTK_SIZE); in SavePeerPairKey()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h46 #define GAP_LTK_SIZE 0x10 macro
299 uint8_t ltk[GAP_LTK_SIZE]; /// Long Term Key
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c275 (void)memcpy_s(keys->remoteEncKey->ltk, GAP_LTK_SIZE, result->peerLTK, GAP_LTK_SIZE); in GapLePairKeyConvert()
301 (void)memcpy_s(keys->localEncKey->ltk, GAP_LTK_SIZE, result->localLTK, GAP_LTK_SIZE); in GapLePairKeyConvert()

Completed in 6 milliseconds