Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dlegacy_pairing_state_test.cc85 DisplayMethod, in DisplayPasskey() argument
513 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_F()
556 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_F()
599 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_F()
916 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_F()
1381 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_P()
1410 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_P()
1456 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_P()
H A Dsecure_simple_pairing_state_test.cc101 DisplayMethod, in DisplayPasskey() argument
2881 [](PeerId, uint32_t, PairingDelegate::DisplayMethod, auto cb) { in TEST_F()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/
H A Ddelegate.h34 using DisplayMethod = gap::PairingDelegate::DisplayMethod; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dpairing_delegate.h33 enum DisplayMethod { enum
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dhost_server_test.cc450 using DisplayMethod = bt::gap::PairingDelegate::DisplayMethod; in TEST_F() typedef