Home
last modified time | relevance | path

Searched defs:psm (Results 1 – 25 of 57) sorted by relevance

123

/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dle_dynamic_channel.cc65 Psm psm, ChannelId local_cid, ChannelParameters params) { in MakeOutbound()
70 Psm psm, in MakeInbound()
79 uint16_t psm, in OnRxLeCreditBasedConnectionRequest()
150 Psm psm, in MakeOutbound()
166 Psm psm, in MakeInbound()
185 Psm psm, in LeDynamicChannel()
Dfake_l2cap.cc53 l2cap::Psm psm, in ExpectOutboundL2capChannel()
66 l2cap::Psm psm, in TriggerInboundL2capChannel()
176 l2cap::Psm psm, in OpenL2capChannel()
237 bool FakeL2cap::RegisterService(l2cap::Psm psm, in RegisterService()
246 void FakeL2cap::UnregisterService(l2cap::Psm psm) { in UnregisterService()
Dchannel_manager.cc143 Psm psm; member
287 Psm psm, in OpenL2capChannel()
303 bool ChannelManagerImpl::RegisterService(Psm psm, in RegisterService()
326 void ChannelManagerImpl::UnregisterService(Psm psm) { services_.erase(psm); } in UnregisterService()
462 hci_spec::ConnectionHandle, Psm psm) { in QueryService()
Ddynamic_channel_registry_test.cc30 Psm psm, in FakeDynamicChannel()
132 DynamicChannelPtr MakeOutbound(Psm psm, in MakeOutbound()
138 DynamicChannelPtr MakeInbound(Psm psm, in MakeInbound()
148 Psm psm, ChannelId local_cid, ChannelId remote_cid) { in MakeChannelInternal()
246 auto service_request_cb = [&service_request_cb_called](Psm psm) { in TEST()
277 std::move(open_result_cb)](Psm psm) mutable { in TEST()
313 std::move(open_result_cb)](Psm psm) mutable { in TEST()
Dbredr_dynamic_channel.cc66 Psm psm, ChannelId local_cid, ChannelParameters params) { in MakeOutbound()
72 Psm psm, in MakeInbound()
81 Psm psm, in OnRxConnReq()
325 Psm psm, in MakeOutbound()
342 Psm psm, in MakeInbound()
823 Psm psm, in BrEdrDynamicChannel()
Ddynamic_channel_registry.cc25 void DynamicChannelRegistry::OpenOutbound(Psm psm, in OpenOutbound()
76 DynamicChannel* DynamicChannelRegistry::RequestService(Psm psm, in RequestService()
Ddynamic_channel.cc27 Psm psm, in DynamicChannel()
Dbredr_dynamic_channel_registry_fuzztest.cc67 auto service_cb = [&]([[maybe_unused]] auto psm) { in LLVMFuzzerTestOneInput()
Dtest_packets.cc386 l2cap::Psm psm) { in AclConnectionReq()
567 l2cap::Psm psm, in AclLeCreditBasedConnectionReq()
Dbredr_command_handler.cc226 bool BrEdrCommandHandler::SendConnectionRequest(uint16_t psm, in SendConnectionRequest()
300 const Psm psm = in ServeConnectionRequest() local
/external/pigweed/pw_bluetooth_sapphire/host/sdp/
Dserver.cc42 l2cap::Psm psm) { in IsQueuedPsm()
51 bool IsValidPsm(l2cap::Psm psm) { in IsValidPsm()
200 l2cap::Psm psm = FindProtocolListPsm(*protocol_list); in PsmFromProtocolList() local
322 l2cap::Psm psm, in AddPsmToProtocol()
345 uint16_t psm = l2cap::kMinDynamicPsm + offset; in GetDynamicPsm() local
390 auto psm = PsmFromProtocolList(&primary_protocol); in QueueService() local
427 auto psm = PsmFromProtocolList(additional); in QueueService() local
454 auto psm = *attribute.Get<uint16_t>(); in QueueService() local
537 for (const auto& psm : psms_to_register) { in RegisterService() local
603 for (const auto& psm : psms_it.mapped()) { in UnregisterService() local
[all …]
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dfake_l2cap.cc44 void FakeL2cap::RegisterService(l2cap::Psm psm, in RegisterService()
53 l2cap::Psm psm, in RegisterDynamicChannel()
111 bool FakeL2cap::ServiceRegisteredForPsm(l2cap::Psm psm) { in ServiceRegisteredForPsm()
Dfake_dynamic_channel.cc20 l2cap::Psm psm, in FakeDynamicChannel()
/external/python/bumble/rust/src/cli/l2cap/
Dclient_bridge.rs41 pub psm: u16, field
82 let psm = args.psm; in start() localVariable
Dserver_bridge.rs36 pub psm: u16, field
/external/python/bumble/apps/
Dl2cap_bridge.py43 def __init__(self, psm, max_credits, mtu, mps, tcp_host, tcp_port): argument
160 def __init__(self, psm, max_credits, mtu, mps, address, tcp_host, tcp_port): argument
308 psm, argument
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothDevice.java285 protected BluetoothSocket createInsecureL2capChannel(int psm) throws IOException { in createInsecureL2capChannel()
292 protected BluetoothSocket createL2capChannel(int psm) throws IOException { in createL2capChannel()
521 BluetoothSocket createInsecureL2capChannel(int psm); in createInsecureL2capChannel()
524 BluetoothSocket createL2capChannel(int psm); in createL2capChannel()
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Ddynamic_channel.h94 Psm psm() const { return psm_; } in psm() function
Dtypes.h219 std::optional<Psm> psm; member
/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/internal/
Dl2cap_signaling_channel.h112 uint16_t psm; member
/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/
Dl2cap_status_delegate.h31 uint16_t psm; member
/external/pigweed/pw_bluetooth_sapphire/host/testing/public/pw_bluetooth_sapphire/internal/host/testing/
Dfake_dynamic_channel.h99 l2cap::Psm psm() const { return psm_; } in psm() function
/external/pigweed/pw_bluetooth_sapphire/host/sdp/public/pw_bluetooth_sapphire/internal/host/sdp/
Dserver.h133 bool IsAllocated(l2cap::Psm psm) const { return psm_to_service_.count(psm); } in IsAllocated()
/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/
Dconnection2.h138 Psm psm; member
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dfake_adapter.cc54 l2cap::Psm psm, in OpenL2capChannel()
144 l2cap::Psm psm, in OpenL2capChannel()

123