Home
last modified time | relevance | path

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

/system/bt/gd/hci/fuzz/
Dhci_layer_fuzz_client.cc41 …le_advertising_interface_ = hci_->GetLeAdvertisingInterface(GetHandler()->Bind([](LeMetaEventView)… in Start()
Dfuzz_hci_layer.cc50 hci::LeAdvertisingInterface* FuzzHciLayer::GetLeAdvertisingInterface( in GetLeAdvertisingInterface() function in bluetooth::hci::fuzz::FuzzHciLayer
Dfuzz_hci_layer.h110 hci::LeAdvertisingInterface* GetLeAdvertisingInterface(
/system/bt/gd/hci/
Dhci_layer.h78 virtual LeAdvertisingInterface* GetLeAdvertisingInterface(
Dhci_layer.cc336 LeAdvertisingInterface* HciLayer::GetLeAdvertisingInterface(ContextualCallback<void(LeMetaEventView… in GetLeAdvertisingInterface() function in bluetooth::hci::HciLayer
Dle_advertising_manager.cc95 …hci_layer_->GetLeAdvertisingInterface(module_handler_->BindOn(this, &LeAdvertisingManager::impl::h… in start()