Home
last modified time | relevance | path

Searched refs:SetLinkKey (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/storage/
Dclassic_device_test.cc51 mutation.Add(device.SetLinkKey(kExampleLinkKey)); in TEST()
/system/bt/gd/security/record/
Dsecurity_record.h63 void SetLinkKey(std::array<uint8_t, 16> link_key, hci::KeyType key_type) { in SetLinkKey() function
/system/bt/gd/security/pairing/
Dclassic_pairing_handler.cc139 GetRecord()->SetLinkKey(packet.GetLinkKey(), packet.GetKeyType()); in OnReceive()