Home
last modified time | relevance | path

Searched defs:DisplayMethod (Results 1 – 6 of 6) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/sm/public/pw_bluetooth_sapphire/internal/host/sm/
Ddelegate.h34 using DisplayMethod = gap::PairingDelegate::DisplayMethod; variable
/external/pigweed/pw_bluetooth_sapphire/host/gap/public/pw_bluetooth_sapphire/internal/host/gap/
Dpairing_delegate.h33 enum DisplayMethod { enum
Dsecure_simple_pairing_state.h441 void DisplayPasskey(uint32_t, DisplayMethod, ConfirmCallback) override {} in DisplayPasskey() argument
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dlegacy_pairing_state_test.cc84 DisplayMethod, in DisplayPasskey() argument
515 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_F()
558 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_F()
601 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_F()
919 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_F()
1386 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_P()
1415 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_P()
1461 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_P()
Dsecure_simple_pairing_state_test.cc111 DisplayMethod, in DisplayPasskey() argument
3177 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dhost_server_test.cc451 using DisplayMethod = bt::gap::PairingDelegate::DisplayMethod; in TEST_F() typedef