Home
last modified time | relevance | path

Searched refs:PutLeAclConnectionInterface (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_mock.h89 MOCK_METHOD((void), PutLeAclConnectionInterface, (), (override));
Dhci_interface.h107 virtual void PutLeAclConnectionInterface() = 0;
Dhci_layer.h114 virtual void PutLeAclConnectionInterface();
Dhci_layer.cc860 void HciLayer::PutLeAclConnectionInterface() { in PutLeAclConnectionInterface() function in bluetooth::hci::HciLayer
/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dfuzz_hci_layer.h134 void PutLeAclConnectionInterface() override {} in PutLeAclConnectionInterface() function
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl.h159 hci_layer_->PutLeAclConnectionInterface(); in ~le_impl()