HomeSort by relevance Sort by last modified time
    Searched defs:scan_result (Results 1 - 3 of 3) sorted by null

  /system/connectivity/wificond/scanning/
scan_utils.cpp 28 #include "wificond/scanning/scan_result.h"
115 NativeScanResult scan_result; local
116 if (!ParseScanResult(std::move(packet), &scan_result)) {
120 out_scan_results->push_back(std::move(scan_result));
126 NativeScanResult* scan_result) {
183 *scan_result =
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_test_utils.py 65 scan_result = "BleScan{}onScanResults" variable
131 scan_result.format(scan_callback), DEFAULT_TIMEOUT)
    [all...]
  /hardware/interfaces/wifi/1.0/default/
wifi_legacy_hal.cpp 1261 auto& scan_result = cached_scan_result.results[i]; local
    [all...]

Completed in 146 milliseconds