Searched defs:Scanner (Results 1 – 4 of 4) sorted by relevance
933 struct Scanner { struct934 bool scan_enable;935 std::chrono::steady_clock::duration period;936 std::chrono::steady_clock::duration duration;937 bluetooth::hci::FilterDuplicates filter_duplicates;938 bluetooth::hci::OwnAddressType own_address_type;939 bluetooth::hci::LeScanningFilterPolicy scan_filter_policy;941 struct PhyParameters {948 PhyParameters le_1m_phy;949 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
59 struct Scanner { struct60 Uuid app_uuid;61 bool in_use;
959 class Scanner extends Handler { class in WifiTracker