Home
last modified time | relevance | path

Searched defs:kInquiry (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
Dconstants.h140 kInquiry = (1 << 0), enumerator
1215 kInquiry = (1 << 0), // Inquiry scan enabled enumerator
Dprotocol.h143 constexpr OpCode kInquiry = LinkControlOpCode(0x0001); variable