Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dbt_octets.h29 constexpr Octet16 SAMPLE_LTK = {0xbf, 0x01, 0xfb, 0x9d, 0x4e, 0xf3, 0xbc, 0x36, variable
31 inline bool is_sample_ltk(const Octet16& ltk) { return ltk == SAMPLE_LTK; } in is_sample_ltk()