Home
last modified time | relevance | path

Searched defs:ltk (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp459 std::vector<uint8_t> ltk( in SaveLocalPairKey() local
486 std::vector<uint8_t> ltk( in SavePeerPairKey() local
537 std::string ltk = BleConfig::GetInstance().GetLocalLtk(addr.GetAddress()); in GapLeLocalEncryptionKeyReqEvent() local
566 std::string ltk = BleConfig::GetInstance().GetPeerLtk(addr.GetAddress()); in GapLeRemoteEncryptionKeyReqEvent() local
H A Dble_config.cpp501 std::string ltk; in GetLocalLtk() local
561 std::string ltk; in GetPeerLtk() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_cmd.c207 int SMP_SendEncryptionInformation(uint16_t handle, const uint8_t *ltk, SMP_SendDataCb cb) in SMP_SendEncryptionInformation()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h299 uint8_t ltk[GAP_LTK_SIZE]; /// Long Term Key member