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

  /tools/test/connectivity/acts/tests/google/bt/audio_lab/
BtFunhausMetricsTest.py 70 bluetooth_log_ascii = bluetooth_logs_ascii[0]
71 self.log.info(bluetooth_log_ascii)
123 bluetooth_log_ascii = bluetooth_logs_ascii[0]
124 self.log.info(bluetooth_log_ascii)
168 bluetooth_log_ascii = bluetooth_logs_ascii[0]
169 self.log.info(bluetooth_log_ascii)
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
BtMetricsBaseTest.py 89 bluetooth_log_ascii = parse_proto_to_ascii(bluetooth_log)
90 dump_string_to_file(bluetooth_log_ascii,
93 bluetooth_logs_ascii.append(bluetooth_log_ascii)
  /tools/test/connectivity/acts/tests/google/bt/
BtMetricsTest.py 97 bluetooth_log_ascii = bluetooth_logs_ascii[0]
99 len(bluetooth_log.pair_event), 8, extras=bluetooth_log_ascii)

Completed in 209 milliseconds