/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
D | bredr_connection.cc | 140 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()
|
D | fake_adapter.cc | 53 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
|
D | bredr_connection_manager_test.cc | 1275 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 …]
|
D | low_energy_connection_manager.cc | 469 void LowEnergyConnectionManager::OpenL2capChannel( in OpenL2capChannel() function in bt::gap::LowEnergyConnectionManager 514 connection_weak->OpenL2capChannel(psm, params, std::move(open_l2cap_cb)); in OpenL2capChannel()
|
D | low_energy_connection.cc | 307 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()
|
D | adapter.cc | 112 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()
|
D | bredr_connection_manager.cc | 347 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()
|
D | low_energy_connection_manager_test.cc | 4395 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/ |
D | channel_manager.h | 160 virtual void OpenL2capChannel(hci_spec::ConnectionHandle handle,
|
D | fake_l2cap.h | 92 void OpenL2capChannel(hci_spec::ConnectionHandle handle,
|
D | channel_manager_mock_controller_test_fixture.h | 161 chanmgr()->OpenL2capChannel(handle, psm, local_params, std::move(open_cb));
|
/external/pigweed/pw_bluetooth_sapphire/host/gap/public/pw_bluetooth_sapphire/internal/host/gap/ |
D | adapter.h | 165 virtual void OpenL2capChannel(PeerId peer_id, 309 virtual void OpenL2capChannel(
|
D | fake_adapter.h | 115 void OpenL2capChannel(PeerId peer_id, 248 void OpenL2capChannel(PeerId peer_id,
|
D | bredr_connection.h | 89 void OpenL2capChannel(l2cap::Psm psm,
|
D | low_energy_connection_manager.h | 177 void OpenL2capChannel(PeerId peer_id,
|
D | low_energy_connection.h | 113 void OpenL2capChannel(l2cap::Psm psm,
|
D | bredr_connection_manager.h | 117 void OpenL2capChannel(PeerId peer_id,
|
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
D | channel_manager.cc | 69 void OpenL2capChannel(hci_spec::ConnectionHandle handle, 286 void ChannelManagerImpl::OpenL2capChannel(hci_spec::ConnectionHandle handle, in OpenL2capChannel() function in bt::l2cap::ChannelManagerImpl
|
D | fake_l2cap.cc | 175 void FakeL2cap::OpenL2capChannel(hci_spec::ConnectionHandle handle, in OpenL2capChannel() function in bt::l2cap::testing::FakeL2cap
|
D | channel_manager_test.cc | 624 chanmgr()->OpenL2capChannel( in ActivateOutboundChannel() 4363 chanmgr()->OpenL2capChannel( in TEST_F()
|
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/ |
D | low_energy_connection_server.cc | 344 adapter_->le()->OpenL2capChannel( in ConnectL2cap()
|
D | profile_server.cc | 872 adapter()->bredr()->OpenL2capChannel( in Connect()
|