Home
last modified time | relevance | path

Searched refs:ConnectServices (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dfixed_channel_manager_mock.h31 MOCK_METHOD(bool, ConnectServices,
Dfixed_channel_manager.cc26 bool FixedChannelManager::ConnectServices(hci::Address device, OnConnectionFailureCallback on_fail_… in ConnectServices() function in bluetooth::l2cap::classic::FixedChannelManager
Dfixed_channel_manager.h108 …virtual bool ConnectServices(hci::Address device, OnConnectionFailureCallback on_fail_callback, os…
/packages/modules/Bluetooth/system/gd/l2cap/le/
Dfixed_channel_manager.cc26 bool FixedChannelManager::ConnectServices(hci::AddressWithType address_with_type, in ConnectServices() function in bluetooth::l2cap::le::FixedChannelManager
Dfixed_channel_manager.h107 …bool ConnectServices(hci::AddressWithType address_with_type, OnConnectionFailureCallback on_fail_c…
Dfacade.cc326 fixed_channel_manager_->ConnectServices( in Connect()
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc170 l2cap_manager_le_->ConnectServices( in CreateBondLe()