Home
last modified time | relevance | path

Searched refs:get_bluetooth_metrics (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtMetricsBaseTest.py18 from acts_contrib.test_utils.bt.bt_metrics_utils import get_bluetooth_metrics
52 get_bluetooth_metrics(ad)
68 bluetooth_log = get_bluetooth_metrics(ad)
DBluetoothBaseTest.py29 from acts_contrib.test_utils.bt.bt_metrics_utils import get_bluetooth_metrics
62 bluetooth_log = get_bluetooth_metrics(ad)
146 get_bluetooth_metrics(ad)
Dbt_metrics_utils.py18 def get_bluetooth_metrics(ad): function