Searched defs:Psm (Results 1 – 6 of 6) sorted by relevance
27 enum class Psm : uint16_t {}; enum
940 [&req_cb_called](Psm, ChannelId, auto) { req_cb_called = true; }; in TEST_F() argument980 [&req_cb_called](Psm, ChannelId, auto) { req_cb_called = true; }; in TEST_F() argument
66 auto query_service_cb = [](hci_spec::ConnectionHandle, Psm) { in NewLogicalLink() argument
163 Psm /*psm*/) { in RejectAllServices() argument
41 const std::vector<std::pair<l2cap::Psm, ServiceHandle>>* queued_psms, in IsQueuedPsm()
290 using Psm = uint16_t; variable