Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/
Dchannel.h27 enum class Psm : uint16_t {}; enum
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dbredr_command_handler_test.cc940 [&req_cb_called](Psm, ChannelId, auto) { req_cb_called = true; }; in TEST_F() argument
980 [&req_cb_called](Psm, ChannelId, auto) { req_cb_called = true; }; in TEST_F() argument
Dlogical_link_test.cc66 auto query_service_cb = [](hci_spec::ConnectionHandle, Psm) { in NewLogicalLink() argument
Ddynamic_channel_registry_test.cc163 Psm /*psm*/) { in RejectAllServices() argument
/external/pigweed/pw_bluetooth_sapphire/host/sdp/
Dserver.cc41 const std::vector<std::pair<l2cap::Psm, ServiceHandle>>* queued_psms, in IsQueuedPsm()
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dl2cap_defs.h290 using Psm = uint16_t; variable