Home
last modified time | relevance | path

Searched refs:OpenL2capChannel (Results 1 – 22 of 22) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dbredr_connection.cc140 void BrEdrConnection::OpenL2capChannel(l2cap::Psm psm, in OpenL2capChannel() function in bt::gap::BrEdrConnection
159 l2cap_->OpenL2capChannel(link().handle(), psm, params, std::move(cb)); in OpenL2capChannel()
Dfake_adapter.cc53 void FakeAdapter::FakeBrEdr::OpenL2capChannel(PeerId, in OpenL2capChannel() function in bt::gap::testing::FakeAdapter::FakeBrEdr
142 void FakeAdapter::FakeLowEnergy::OpenL2capChannel( in OpenL2capChannel() function in bt::gap::testing::FakeAdapter::FakeLowEnergy
Dbredr_connection_manager_test.cc1275 connmgr()->OpenL2capChannel(peer->identifier(), in TEST_F()
1448 connmgr()->OpenL2capChannel(peer->identifier(), in TEST_F()
2776 connmgr()->OpenL2capChannel(peer->identifier(), in TEST_F()
2808 connmgr()->OpenL2capChannel(peer->identifier(), in TEST_F()
2860 connmgr()->OpenL2capChannel(peer->identifier(), in TEST_F()
2937 connmgr()->OpenL2capChannel(peer->identifier(), in TEST_F()
3028 connmgr()->OpenL2capChannel(peer->identifier(), in TEST_F()
3052 connmgr()->OpenL2capChannel(peer->identifier(), in TEST_F()
3128 connmgr()->OpenL2capChannel(peer->identifier(), in TEST_F()
3235 connmgr()->OpenL2capChannel(peer->identifier(), in TEST_F()
[all …]
Dlow_energy_connection_manager.cc469 void LowEnergyConnectionManager::OpenL2capChannel( in OpenL2capChannel() function in bt::gap::LowEnergyConnectionManager
514 connection_weak->OpenL2capChannel(psm, params, std::move(open_l2cap_cb)); in OpenL2capChannel()
Dlow_energy_connection.cc307 void LowEnergyConnection::OpenL2capChannel(l2cap::Psm psm, in OpenL2capChannel() function in bt::gap::internal::LowEnergyConnection
315 l2cap_->OpenL2capChannel(link()->handle(), psm, params, std::move(cb)); in OpenL2capChannel()
Dadapter.cc112 void OpenL2capChannel(PeerId peer_id, in OpenL2capChannel() function in bt::gap::AdapterImpl::LowEnergyImpl
118 adapter_->le_connection_manager_->OpenL2capChannel( in OpenL2capChannel()
253 void OpenL2capChannel(PeerId peer_id, in OpenL2capChannel() function in bt::gap::AdapterImpl::BrEdrImpl
259 adapter_->bredr_connection_manager_->OpenL2capChannel( in OpenL2capChannel()
Dbredr_connection_manager.cc347 void BrEdrConnectionManager::OpenL2capChannel( in OpenL2capChannel() function in bt::gap::BrEdrConnectionManager
381 connection->OpenL2capChannel( in OpenL2capChannel()
408 connection.OpenL2capChannel( in AddServiceSearch()
960 l2cap_->OpenL2capChannel( in CompleteConnectionSetup()
Dlow_energy_connection_manager_test.cc4395 conn_mgr()->OpenL2capChannel(peer->identifier(), in TEST_F()
4421 conn_mgr()->OpenL2capChannel( in TEST_F()
4475 conn_mgr()->OpenL2capChannel(peer->identifier(), in TEST_F()
4535 conn_mgr()->OpenL2capChannel(peer->identifier(), in TEST_F()
4599 conn_mgr()->OpenL2capChannel(peer->identifier(), in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dchannel_manager.h160 virtual void OpenL2capChannel(hci_spec::ConnectionHandle handle,
Dfake_l2cap.h92 void OpenL2capChannel(hci_spec::ConnectionHandle handle,
Dchannel_manager_mock_controller_test_fixture.h161 chanmgr()->OpenL2capChannel(handle, psm, local_params, std::move(open_cb));
/external/pigweed/pw_bluetooth_sapphire/host/gap/public/pw_bluetooth_sapphire/internal/host/gap/
Dadapter.h165 virtual void OpenL2capChannel(PeerId peer_id,
309 virtual void OpenL2capChannel(
Dfake_adapter.h115 void OpenL2capChannel(PeerId peer_id,
248 void OpenL2capChannel(PeerId peer_id,
Dbredr_connection.h89 void OpenL2capChannel(l2cap::Psm psm,
Dlow_energy_connection_manager.h177 void OpenL2capChannel(PeerId peer_id,
Dlow_energy_connection.h113 void OpenL2capChannel(l2cap::Psm psm,
Dbredr_connection_manager.h117 void OpenL2capChannel(PeerId peer_id,
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dchannel_manager.cc69 void OpenL2capChannel(hci_spec::ConnectionHandle handle,
286 void ChannelManagerImpl::OpenL2capChannel(hci_spec::ConnectionHandle handle, in OpenL2capChannel() function in bt::l2cap::ChannelManagerImpl
Dfake_l2cap.cc175 void FakeL2cap::OpenL2capChannel(hci_spec::ConnectionHandle handle, in OpenL2capChannel() function in bt::l2cap::testing::FakeL2cap
Dchannel_manager_test.cc624 chanmgr()->OpenL2capChannel( in ActivateOutboundChannel()
4363 chanmgr()->OpenL2capChannel( in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dlow_energy_connection_server.cc344 adapter_->le()->OpenL2capChannel( in ConnectL2cap()
Dprofile_server.cc872 adapter()->bredr()->OpenL2capChannel( in Connect()