Home
last modified time | relevance | path

Searched refs:bt_utils (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtSarBaseTest.py31 import acts.test_utils.bt.bt_test_utils as bt_utils namespace
135 bt_utils.enable_bqr(self.android_devices)
148 bt_utils.enable_bluetooth(self.dut.droid, self.dut.ed)
155 bt_utils.connect_phone_to_headset(self.dut, self.bt_device, 60)
174 bt_utils.disable_bluetooth(self.dut.droid)
190 bt_utils.disable_bluetooth(self.dut.droid)
283 processed_bqr_results = bt_utils.get_bt_metric(
328 self.otp = bt_utils.read_otp(self.dut)
651 metrics = bt_utils.get_bt_metric(ad)
/tools/test/connectivity/acts_tests/tests/google/experimental/
DBluetoothPairAndConnectTest.py25 from acts.controllers.buds_lib.test_actions.bt_utils import BTUtils
26 from acts.controllers.buds_lib.test_actions.bt_utils import BTUtilsError
73 self.bt_utils = BTUtils()
105 pair_time = self.bt_utils.bt_pair(self.phone, self.apollo)
/tools/test/connectivity/acts_tests/tests/google/bt/sar/
DBleSarPowerLimitTest.py21 import acts.test_utils.bt.bt_test_utils as bt_utils namespace
80 bt_utils.disable_bluetooth(self.dut.droid)
83 bt_utils.disable_bluetooth(self.dut.droid)
DBtSarPowerLimitTest.py19 import acts.test_utils.bt.bt_test_utils as bt_utils namespace
63 bt_utils.connect_phone_to_headset(self.dut, self.bt_device, 60)
DBtSarTpcTest.py20 import acts.test_utils.bt.bt_test_utils as bt_utils namespace
164 processed_bqr = bt_utils.get_bt_metric(self.android_devices,
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dapollo_acts.py26 from acts.controllers.buds_lib.test_actions.bt_utils import BTUtils