Searched defs:Scanner (Results 1 – 4 of 4) sorted by relevance
1012 struct Scanner { struct1013 bool scan_enable;1014 std::chrono::steady_clock::duration period;1015 std::chrono::steady_clock::duration duration;1016 bluetooth::hci::FilterDuplicates filter_duplicates;1017 bluetooth::hci::OwnAddressType own_address_type;1018 bluetooth::hci::LeScanningFilterPolicy scan_filter_policy;1020 struct PhyParameters {1027 PhyParameters le_1m_phy;1028 PhyParameters le_coded_phy;[all …]
597 static class Scanner { class in GattDelegate603 Scanner(int clientIf, ScanSettings settings, List<ScanFilter> filters) { in Scanner() method in GattDelegate.Scanner
69 struct Scanner { struct70 Uuid app_uuid;71 bool in_use;
959 class Scanner extends Handler { class in WifiTracker