Searched defs:ltk (Results 1 – 4 of 4) sorted by relevance
459 std::vector<uint8_t> ltk( in SaveLocalPairKey() local486 std::vector<uint8_t> ltk( in SavePeerPairKey() local537 std::string ltk = BleConfig::GetInstance().GetLocalLtk(addr.GetAddress()); in GapLeLocalEncryptionKeyReqEvent() local566 std::string ltk = BleConfig::GetInstance().GetPeerLtk(addr.GetAddress()); in GapLeRemoteEncryptionKeyReqEvent() local
501 std::string ltk; in GetLocalLtk() local561 std::string ltk; in GetPeerLtk() local
207 int SMP_SendEncryptionInformation(uint16_t handle, const uint8_t *ltk, SMP_SendDataCb cb) in SMP_SendEncryptionInformation()
299 uint8_t ltk[GAP_LTK_SIZE]; /// Long Term Key member