Home
last modified time | relevance | path

Searched refs:pan_dut (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_test_utils.py1122 def orchestrate_and_verify_pan_connection(pan_dut, panu_dut): argument
1137 pan_dut.log.error("Failed to toggle airplane mode off")
1139 pan_dut.droid.bluetoothStartConnectionStateChangeMonitor("")
1143 if not bluetooth_enabled_check(pan_dut):
1145 pan_dut.droid.bluetoothPanSetBluetoothTethering(True)
1146 if not (pair_pri_to_sec(pan_dut, panu_dut)):
1148 if not pan_dut.droid.bluetoothPanIsTetheringOn():
1149 pan_dut.log.error("Failed to enable Bluetooth tethering.")
1155 pan_dut.droid.bluetoothGetLocalAddress())
1158 if not verify_http_connection(log, pan_dut):
[all …]
/tools/test/connectivity/acts_tests/tests/google/bt/pan/
DBtPanTest.py37 self.pan_dut = self.android_devices[0]
65 return orchestrate_and_verify_pan_connection(self.pan_dut,
96 if not orchestrate_and_verify_pan_connection(self.pan_dut,
100 self.pan_dut.droid.bluetoothPanSetBluetoothTethering(False)