Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/bt/pan/
DBtPanTest.py28 from acts.test_utils.bt.bt_test_utils import orchestrate_and_verify_pan_connection
65 return orchestrate_and_verify_pan_connection(self.pan_dut,
96 if not orchestrate_and_verify_pan_connection(self.pan_dut,
/tools/test/connectivity/acts_tests/tests/google/net/
DBluetoothTetheringTest.py22 from acts.test_utils.bt.bt_test_utils import orchestrate_and_verify_pan_connection
119 if not orchestrate_and_verify_pan_connection(pan_ad, panu_ad):
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_test_utils.py1122 def orchestrate_and_verify_pan_connection(pan_dut, panu_dut): function