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.h101 MOCK_METHOD((void), PutLeAclConnectionInterface, (), (override));
Dhci_interface.h97 virtual void PutLeAclConnectionInterface() = 0;
Dhci_layer.h101 virtual void PutLeAclConnectionInterface();
Dhci_layer.cc744 void HciLayer::PutLeAclConnectionInterface() { in PutLeAclConnectionInterface() function in bluetooth::hci::HciLayer
/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dfuzz_hci_layer.h129 void PutLeAclConnectionInterface() override {} in PutLeAclConnectionInterface() function
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl.h152 hci_layer_->PutLeAclConnectionInterface(); in ~le_impl()