Home
last modified time | relevance | path

Searched refs:BluetoothPriorityLevel (Results 1 – 8 of 8) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarPairingTest.py76 if ph_hfp_p != BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value:
79 BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value))
84 if ph_a2dp_p != BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value:
87 BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value))
92 if ph_pbap_p != BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value:
95 BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value))
152 if ph_hfp_p != BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value:
154 ph_hfp_p, BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value))
159 if ph_a2dp_p != BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value:
161 ph_a2dp_p, BtEnum.BluetoothPriorityLevel.PRIORITY_ON.value))
DBtCarHfpTest.py46 ], BtEnum.BluetoothPriorityLevel.PRIORITY_OFF)
49 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
DBtCarPbapTest.py91 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
94 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
DBtCarMediaConnectionTest.py59 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
DBtCarPairedConnectDisconnectTest.py81 BtEnum.BluetoothPriorityLevel.PRIORITY_OFF.value)
DBtCarHfpConnectionTest.py51 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/car/
Dcar_bt_utils.py55 BluetoothPriorityLevel.PRIORITY_OFF)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtEnum.py100 class BluetoothPriorityLevel(Enum): class