Home
last modified time | relevance | path

Searched defs:kConfirmation (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/att/
H A Datt.h81 kConfirmation, enumerator
367 constexpr OpCode kConfirmation = 0x1E; variable
/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/
H A Dpairing_delegate.h23 enum class InputCapability : uint8_t { kNone, kConfirmation, kKeyboard }; enumerator
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/
H A Dclient_test.cc4034 const auto kConfirmation = StaticByteBuffer(0x1E); in TEST_F() local