Home
last modified time | relevance | path

Searched refs:bluetooth_log (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/bt/audio_lab/
DBtFunhausMetricsTest.py67 bluetooth_log = bluetooth_logs[0]
70 asserts.assert_equal(len(bluetooth_log.session), 1)
71 a2dp_session_log = bluetooth_log.session[0]
120 bluetooth_log = bluetooth_logs[0]
123 asserts.assert_equal(len(bluetooth_log.session), 1)
124 a2dp_session_log = bluetooth_log.session[0]
165 bluetooth_log = bluetooth_logs[0]
168 asserts.assert_equal(len(bluetooth_log.session), 1)
169 a2dp_session_log = bluetooth_log.session[0]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_metrics_utils.py29 bluetooth_log = bluetooth_pb2.BluetoothLog()
33 bluetooth_log.MergeFromString(proto_native_str)
34 return bluetooth_log
36 def get_bluetooth_profile_connection_stats_map(bluetooth_log): argument
37 return project_pairs_list_to_map(bluetooth_log.profile_connection_stats,
42 def get_bluetooth_headset_profile_connection_stats_map(bluetooth_log): argument
43 return project_pairs_list_to_map(bluetooth_log.headset_profile_connection_stats,
DBtMetricsBaseTest.py68 bluetooth_log = get_bluetooth_metrics(ad)
69 bluetooth_log_ascii = parse_proto_to_ascii(bluetooth_log)
72 bluetooth_logs.append(bluetooth_log)
DBluetoothBaseTest.py62 bluetooth_log = get_bluetooth_metrics(ad)
63 bluetooth_log_ascii = parse_proto_to_ascii(bluetooth_log)
66 bluetooth_logs.append(bluetooth_log)
/tools/test/connectivity/acts_tests/tests/google/bt/
DBtMetricsTest.py97 bluetooth_log = bluetooth_logs[0]
100 len(bluetooth_log.pair_event), 8, extras=bluetooth_log_ascii)
101 for pair_event in bluetooth_log.pair_event:
135 bluetooth_log = bluetooth_logs[0]
136 self.log.info(protobuf.text_format.MessageToString(bluetooth_log))