/external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
D | le_dynamic_channel.cc | 65 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()
|
D | fake_l2cap.cc | 53 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()
|
D | channel_manager.cc | 143 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()
|
D | dynamic_channel_registry_test.cc | 30 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()
|
D | bredr_dynamic_channel.cc | 66 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()
|
D | dynamic_channel_registry.cc | 25 void DynamicChannelRegistry::OpenOutbound(Psm psm, in OpenOutbound() 76 DynamicChannel* DynamicChannelRegistry::RequestService(Psm psm, in RequestService()
|
D | dynamic_channel.cc | 27 Psm psm, in DynamicChannel()
|
D | bredr_dynamic_channel_registry_fuzztest.cc | 67 auto service_cb = [&]([[maybe_unused]] auto psm) { in LLVMFuzzerTestOneInput()
|
D | test_packets.cc | 386 l2cap::Psm psm) { in AclConnectionReq() 567 l2cap::Psm psm, in AclLeCreditBasedConnectionReq()
|
D | bredr_command_handler.cc | 226 bool BrEdrCommandHandler::SendConnectionRequest(uint16_t psm, in SendConnectionRequest() 300 const Psm psm = in ServeConnectionRequest() local
|
/external/pigweed/pw_bluetooth_sapphire/host/sdp/ |
D | server.cc | 42 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/ |
D | fake_l2cap.cc | 44 void FakeL2cap::RegisterService(l2cap::Psm psm, in RegisterService() 53 l2cap::Psm psm, in RegisterDynamicChannel() 111 bool FakeL2cap::ServiceRegisteredForPsm(l2cap::Psm psm) { in ServiceRegisteredForPsm()
|
D | fake_dynamic_channel.cc | 20 l2cap::Psm psm, in FakeDynamicChannel()
|
/external/python/bumble/rust/src/cli/l2cap/ |
D | client_bridge.rs | 41 pub psm: u16, field 82 let psm = args.psm; in start() localVariable
|
D | server_bridge.rs | 36 pub psm: u16, field
|
/external/python/bumble/apps/ |
D | l2cap_bridge.py | 43 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/ |
D | ShadowBluetoothDevice.java | 285 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/ |
D | dynamic_channel.h | 94 Psm psm() const { return psm_; } in psm() function
|
D | types.h | 219 std::optional<Psm> psm; member
|
/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/internal/ |
D | l2cap_signaling_channel.h | 112 uint16_t psm; member
|
/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/ |
D | l2cap_status_delegate.h | 31 uint16_t psm; member
|
/external/pigweed/pw_bluetooth_sapphire/host/testing/public/pw_bluetooth_sapphire/internal/host/testing/ |
D | fake_dynamic_channel.h | 99 l2cap::Psm psm() const { return psm_; } in psm() function
|
/external/pigweed/pw_bluetooth_sapphire/host/sdp/public/pw_bluetooth_sapphire/internal/host/sdp/ |
D | server.h | 133 bool IsAllocated(l2cap::Psm psm) const { return psm_to_service_.count(psm); } in IsAllocated()
|
/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/ |
D | connection2.h | 138 Psm psm; member
|
/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
D | fake_adapter.cc | 54 l2cap::Psm psm, in OpenL2capChannel() 144 l2cap::Psm psm, in OpenL2capChannel()
|