Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hci/fuzz/
H A Dhci_layer_fuzz_client.cc46 le_scanning_interface_ = hci_->GetLeScanningInterface(GetHandler()->Bind([](LeMetaEventView) {})); in Start()
H A Dfuzz_hci_layer.cc60 hci::LeScanningInterface* FuzzHciLayer::GetLeScanningInterface( in GetLeScanningInterface() function in bluetooth::hci::fuzz::FuzzHciLayer
H A Dfuzz_hci_layer.h121 hci::LeScanningInterface* GetLeScanningInterface(
/aosp12/system/bt/gd/hci/
H A Dhci_layer.h89 …virtual LeScanningInterface* GetLeScanningInterface(common::ContextualCallback<void(LeMetaEventVie…
H A Dhci_layer.cc514 LeScanningInterface* HciLayer::GetLeScanningInterface(ContextualCallback<void(LeMetaEventView)> eve… in GetLeScanningInterface() function in bluetooth::hci::HciLayer
H A Dle_scanning_manager.cc219 le_scanning_interface_ = hci_layer_->GetLeScanningInterface( in start()