Home
last modified time | relevance | path

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

12

/external/pigweed/pw_bluetooth_sapphire/host/sdp/
Dserver.cc41 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/
Dfake_l2cap.cc51 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()
Dchannel_manager.cc141 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()
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.cc68 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()
Ddynamic_channel_registry.cc24 void DynamicChannelRegistry::OpenOutbound(Psm psm, in OpenOutbound()
75 DynamicChannel* DynamicChannelRegistry::RequestService(Psm psm, in RequestService()
Ddynamic_channel.cc26 Psm psm, in DynamicChannel()
Dbredr_dynamic_channel_registry_fuzztest.cc67 auto service_cb = [&](auto psm) { in LLVMFuzzerTestOneInput()
Dbredr_command_handler.cc211 bool BrEdrCommandHandler::SendConnectionRequest(uint16_t psm, in SendConnectionRequest()
278 const Psm psm = le16toh(conn_req.psm); in ServeConnectionRequest() local
Dbredr_command_handler_test.cc890 [](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()
Dlogical_link.cc189 void LogicalLink::OpenChannel(Psm psm, in OpenChannel()
516 LogicalLink::OnServiceRequest(Psm psm) { in OnServiceRequest()
/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.java246 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/
Ddynamic_channel.h94 Psm psm() const { return psm_; } in psm() function
Dtypes.h199 std::optional<Psm> psm; member
Dchannel.h406 inspect::StringProperty psm; member
/external/python/bumble/bumble/profiles/
Dasha_service.py57 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/
Dfake_dynamic_channel.h99 l2cap::Psm psm() const { return psm_; } in psm() function
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sdp/
Dserver.h128 bool IsAllocated(l2cap::Psm psm) const { return psm_to_service_.count(psm); } in IsAllocated()
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dbredr_connection.cc107 void BrEdrConnection::OpenL2capChannel(l2cap::Psm psm, in OpenL2capChannel()
/external/python/bumble/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/
DMainActivity.kt258 val psm = it.toIntOrNull() in MainView() constant

12