Searched refs:kExampleLinkKey (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/ |
D | classic_device_test.cc | 29 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/ |
D | link_key.cc | 22 const LinkKey kExampleLinkKey{{0x4C, 0x68, 0x38, 0x41, 0x39, 0xf5, 0x74, 0xd8, 0x36, 0xbc, 0xf3, variable
|
D | link_key.h | 27 extern const LinkKey kExampleLinkKey;
|