| /external/pigweed/pw_bluetooth_sapphire/host/sdp/ |
| D | server.cc | 41 l2cap::Psm psm) { in IsQueuedPsm() 50 bool IsValidPsm(l2cap::Psm psm) { in IsValidPsm() 69 bool UpdateProtocolWithPsm(DataElement& protocol_list, l2cap::Psm psm) { in UpdateProtocolWithPsm() 162 l2cap::Psm psm = FindProtocolListPsm(*protocol_list); in PsmFromProtocolList() local 284 l2cap::Psm psm, in AddPsmToProtocol() 307 uint16_t psm = l2cap::kMinDynamicPsm + offset; in GetDynamicPsm() local 352 auto psm = PsmFromProtocolList(&primary_protocol); in QueueService() local 389 auto psm = PsmFromProtocolList(additional); in QueueService() local 416 auto psm = *attribute.Get<uint16_t>(); in QueueService() local 499 for (const auto& psm : psms_to_register) { in RegisterService() local [all …]
|
| /external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
| D | fake_l2cap.cc | 51 l2cap::Psm psm, in ExpectOutboundL2capChannel() 64 l2cap::Psm psm, in TriggerInboundL2capChannel() 173 l2cap::Psm psm, in OpenL2capChannel() 226 bool FakeL2cap::RegisterService(l2cap::Psm psm, in RegisterService() 235 void FakeL2cap::UnregisterService(l2cap::Psm psm) { in UnregisterService()
|
| D | channel_manager.cc | 141 Psm psm; member 283 Psm psm, in OpenL2capChannel() 299 bool ChannelManagerImpl::RegisterService(Psm psm, in RegisterService() 322 void ChannelManagerImpl::UnregisterService(Psm psm) { services_.erase(psm); } in UnregisterService() 458 hci_spec::ConnectionHandle handle, 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 | 68 Psm psm, ChannelId local_cid, ChannelParameters params) { in MakeOutbound() 74 Psm psm, in MakeInbound() 83 Psm psm, in OnRxConnReq() 328 Psm psm, in MakeOutbound() 345 Psm psm, in MakeInbound() 812 Psm psm, in BrEdrDynamicChannel()
|
| D | dynamic_channel_registry.cc | 24 void DynamicChannelRegistry::OpenOutbound(Psm psm, in OpenOutbound() 75 DynamicChannel* DynamicChannelRegistry::RequestService(Psm psm, in RequestService()
|
| D | dynamic_channel.cc | 26 Psm psm, in DynamicChannel()
|
| D | bredr_dynamic_channel_registry_fuzztest.cc | 67 auto service_cb = [&](auto psm) { in LLVMFuzzerTestOneInput()
|
| D | bredr_command_handler.cc | 211 bool BrEdrCommandHandler::SendConnectionRequest(uint16_t psm, in SendConnectionRequest() 278 const Psm psm = le16toh(conn_req.psm); in ServeConnectionRequest() local
|
| D | bredr_command_handler_test.cc | 890 [](Psm psm, ChannelId remote_cid, auto responder) { in TEST_F() 938 [&req_cb_called](Psm psm, ChannelId remote_cid, auto responder) { in TEST_F() 980 [&req_cb_called](Psm psm, ChannelId remote_cid, auto responder) { in TEST_F()
|
| D | logical_link.cc | 189 void LogicalLink::OpenChannel(Psm psm, in OpenChannel() 516 LogicalLink::OnServiceRequest(Psm psm) { in OnServiceRequest()
|
| /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 | 246 protected BluetoothSocket createInsecureL2capChannel(int psm) throws IOException { in createInsecureL2capChannel() 253 protected BluetoothSocket createL2capChannel(int psm) throws IOException { in createL2capChannel() 470 BluetoothSocket createInsecureL2capChannel(int psm); in createInsecureL2capChannel() 473 BluetoothSocket createL2capChannel(int psm); in createL2capChannel()
|
| /external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/ |
| D | dynamic_channel.h | 94 Psm psm() const { return psm_; } in psm() function
|
| D | types.h | 199 std::optional<Psm> psm; member
|
| D | channel.h | 406 inspect::StringProperty psm; member
|
| /external/python/bumble/bumble/profiles/ |
| D | asha_service.py | 57 def __init__(self, capability: int, hisyncid: List[int], device: Device, psm=0): argument
|
| /external/pigweed/pw_bluetooth_sapphire/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/public/pw_bluetooth_sapphire/internal/host/sdp/ |
| D | server.h | 128 bool IsAllocated(l2cap::Psm psm) const { return psm_to_service_.count(psm); } in IsAllocated()
|
| /external/pigweed/pw_bluetooth_sapphire/host/gap/ |
| D | bredr_connection.cc | 107 void BrEdrConnection::OpenL2capChannel(l2cap::Psm psm, in OpenL2capChannel()
|
| /external/python/bumble/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/ |
| D | MainActivity.kt | 258 val psm = it.toIntOrNull() in MainView() constant
|