Home
last modified time | relevance | path

Searched refs:GetLeAdvertisingInterface (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dhci_layer_fuzz_client.cc50 hci_->GetLeAdvertisingInterface(GetHandler()->Bind([](LeMetaEventView) {})); in Start()
Dfuzz_hci_layer.cc59 hci::LeAdvertisingInterface* FuzzHciLayer::GetLeAdvertisingInterface( in GetLeAdvertisingInterface() function in bluetooth::hci::fuzz::FuzzHciLayer
Dfuzz_hci_layer.h136 hci::LeAdvertisingInterface* GetLeAdvertisingInterface(
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_mock.h91 MOCK_METHOD((LeAdvertisingInterface*), GetLeAdvertisingInterface,
Dhci_interface.h109 virtual LeAdvertisingInterface* GetLeAdvertisingInterface(
Dhci_layer.h116 virtual LeAdvertisingInterface* GetLeAdvertisingInterface(
Dhci_layer_unittest.cc381 hci_->GetLeAdvertisingInterface(hci_handler_->Bind([](LeMetaEventView /* view */) { in TEST_F()
Dhci_layer.cc894 LeAdvertisingInterface* HciLayer::GetLeAdvertisingInterface( in GetLeAdvertisingInterface() function in bluetooth::hci::HciLayer
Dle_advertising_manager.cc162 le_advertising_interface_ = hci_layer_->GetLeAdvertisingInterface( in start()