Home
last modified time | relevance | path

Searched refs:SetPcapFilter (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/hci/
Dhci_sniffer.h53 void SetPcapFilter(std::shared_ptr<PcapFilter> filter);
Dhci_sniffer.cc31 void HciSniffer::SetPcapFilter(std::shared_ptr<PcapFilter> filter) { in SetPcapFilter() function in rootcanal::HciSniffer
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc141 sniffer->SetPcapFilter(std::make_shared<rootcanal::PcapFilter>()); in SetUpHciServer()