Home
last modified time | relevance | path

Searched refs:ConnectChannel (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/l2cap/classic/
Ddynamic_channel_manager.cc27 void DynamicChannelManager::ConnectChannel( in ConnectChannel() function in bluetooth::l2cap::classic::DynamicChannelManager
Ddynamic_channel_manager.h89 virtual void ConnectChannel(
Dfacade.cc160 dynamic_channel_manager_->ConnectChannel( in Connect()
/system/bt/gd/l2cap/le/
Ddynamic_channel_manager.cc27 bool DynamicChannelManager::ConnectChannel(hci::AddressWithType device, in ConnectChannel() function in bluetooth::l2cap::le::DynamicChannelManager
Ddynamic_channel_manager.h98 …bool ConnectChannel(hci::AddressWithType device, DynamicChannelConfigurationOption configuration_o…
Dfacade.cc151 dynamic_channel_manager_->ConnectChannel( in Connect()
/system/bt/gd/shim/
Dl2cap_test.cc73 void ConnectChannel( in ConnectChannel() function in bluetooth::shim::__anon12bd56b70111::TestDynamicChannelManagerImpl
146 void ConnectChannel( in ConnectChannel() function in bluetooth::shim::__anon12bd56b70111::TestDynamicChannelManager
152 …impl_.ConnectChannel(device, configuration_option, psm, std::move(on_open_callback), std::move(on_… in ConnectChannel()
Dl2cap.cc582 dynamic_channel_manager_->ConnectChannel( in CreateConnection()