Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dclassic_device_test.cc29 using bluetooth::hci::kExampleLinkKey;
52 mutation.Add(device.SetLinkKey(kExampleLinkKey)); in TEST()
54 ASSERT_THAT(device.GetLinkKey(), Optional(Eq(kExampleLinkKey))); in TEST()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dlink_key.cc22 const LinkKey kExampleLinkKey{{0x4C, 0x68, 0x38, 0x41, 0x39, 0xf5, 0x74, 0xd8, 0x36, 0xbc, 0xf3, variable
Dlink_key.h27 extern const LinkKey kExampleLinkKey;