Searched refs:pan_dut (Results 1 – 2 of 2) sorted by relevance
37 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)
909 def orchestrate_and_verify_pan_connection(pan_dut, panu_dut): argument924 pan_dut.log.error("Failed to toggle airplane mode off")926 pan_dut.droid.bluetoothStartConnectionStateChangeMonitor("")930 if not bluetooth_enabled_check(pan_dut):932 pan_dut.droid.bluetoothPanSetBluetoothTethering(True)933 if not (pair_pri_to_sec(pan_dut, panu_dut)):935 if not pan_dut.droid.bluetoothPanIsTetheringOn():936 pan_dut.log.error("Failed to enable Bluetooth tethering.")942 pan_dut.droid.bluetoothGetLocalAddress())945 if not verify_http_connection(log, pan_dut):[all …]