HomeSort by relevance Sort by last modified time
    Searched refs:beacon_count (Results 1 - 2 of 2) sorted by null

  /tools/test/connectivity/acts/tests/google/ble/beacon_tests/
BeaconSwarmTest.py 70 def _start_advertisements_thread(self, ad, beacon_count, restart=False):
79 for _ in range(beacon_count):
109 beacon_count = 0
112 beacon_count = self.user_params['beacon_count']
124 args=(d, e, beacon_count))
129 if self.beacon_swarm_count < (beacon_count * len(beacon_serials)):
137 beacon_count = 0
140 beacon_count = self.user_params['beacon_count']
    [all...]
  /external/autotest/server/cros/chaos_lib/
chaos_capture_analyzer.py 612 beacon_count = capture.count_beacons_from(bssids)
613 if not beacon_count:
625 self._log.log_to_output_file("AP beacon count: %d." % beacon_count)

Completed in 104 milliseconds