Home
last modified time | relevance | path

Searched refs:BtEnum (Results 1 – 22 of 22) sorted by relevance

/tools/test/connectivity/acts/tests/google/bt/car_bt/
DBtCarPairingTest.py27 from acts.test_utils.bt import BtEnum
76 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:
[all …]
DBtCarPairedConnectDisconnectTest.py34 from acts.test_utils.bt import BtEnum
81 BtEnum.BluetoothPriorityLevel.PRIORITY_OFF.value)
84 BtEnum.BluetoothPriorityLevel.PRIORITY_OFF.value)
88 set([BtEnum.BluetoothProfile.A2DP_SINK.value])):
122 BtEnum.BluetoothProfile.HEADSET_CLIENT.value,
123 BtEnum.BluetoothProfile.A2DP_SINK.value
142 BtEnum.BluetoothProfile.HEADSET_CLIENT.value,
143 BtEnum.BluetoothProfile.A2DP_SINK.value
DBtCarPbapTest.py30 import acts.test_utils.bt.BtEnum as BtEnum namespace
85 BtEnum.BluetoothProfile.PBAP_SERVER.value,
86 BtEnum.BluetoothAccessLevel.ACCESS_ALLOWED.value)
90 BtEnum.BluetoothProfile.PBAP_SERVER.value,
91 BtEnum.BluetoothAccessLevel.ACCESS_ALLOWED.value)
94 self.pce, self.pse, [BtEnum.BluetoothProfile.PBAP_CLIENT],
95 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
97 self.pce, self.pse2, [BtEnum.BluetoothProfile.PBAP_CLIENT],
98 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
135 set([BtEnum.BluetoothProfile.PBAP_CLIENT.value]))
[all …]
DBtCarMediaConnectionTest.py26 from acts.test_utils.bt import BtEnum
58 self.SNK, self.SRC, [BtEnum.BluetoothProfile.A2DP_SINK],
59 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
87 set([BtEnum.BluetoothProfile.A2DP.value]))):
92 self.SRC, self.SNK, [BtEnum.BluetoothProfile.A2DP.value])
135 set([BtEnum.BluetoothProfile.A2DP_SINK.value]))):
141 self.SNK, self.SRC, [BtEnum.BluetoothProfile.A2DP_SINK.value])
DBtCarMapMceTest.py28 from acts.test_utils.bt import BtEnum
101 self.MCE, self.MSE, set([BtEnum.BluetoothProfile.MAP_MCE.value]))
108 self.MCE, self.MSE, set([BtEnum.BluetoothProfile.MAP_MCE.value]))
127 self.MCE, self.MSE, set([BtEnum.BluetoothProfile.MAP_MCE.value]))
143 set([BtEnum.BluetoothProfile.MAP_MCE.value]))
152 self.MCE, self.MSE, set([BtEnum.BluetoothProfile.MAP_MCE.value]))
157 self.MCE, self.MSE, [BtEnum.BluetoothProfile.MAP_MCE.value])
171 self.MCE, self.MSE, set([BtEnum.BluetoothProfile.MAP_MCE.value]))
185 self.MCE, self.MSE, set([BtEnum.BluetoothProfile.MAP_MCE.value]))
DBtCarHfpTest.py24 from acts.test_utils.bt import BtEnum
44 BtEnum.BluetoothProfile.PBAP_CLIENT.value,
45 BtEnum.BluetoothProfile.A2DP_SINK.value
46 ], BtEnum.BluetoothPriorityLevel.PRIORITY_OFF)
48 self.hf, self.ag, [BtEnum.BluetoothProfile.HEADSET_CLIENT.value],
49 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
53 set([BtEnum.BluetoothProfile.HEADSET_CLIENT.value])):
DBtCarHfpConnectionTest.py25 from acts.test_utils.bt import BtEnum
50 self.hf, self.ag, [BtEnum.BluetoothProfile.HEADSET_CLIENT],
51 BtEnum.BluetoothPriorityLevel.PRIORITY_ON)
102 set([BtEnum.BluetoothProfile.HEADSET_CLIENT.value])):
147 set([BtEnum.BluetoothProfile.HEADSET_CLIENT.value])):
229 set([BtEnum.BluetoothProfile.HEADSET_CLIENT.value])):
276 set([BtEnum.BluetoothProfile.HEADSET_CLIENT.value])):
DBtCarMediaPassthroughTest.py26 from acts.test_utils.bt import BtEnum
90 self.SNK, self.SRC, set([BtEnum.BluetoothProfile.A2DP_SINK.value]))
132 self.SRC, self.SNK, set([BtEnum.BluetoothProfile.A2DP.value]))
332 self.SRC, self.SNK, [BtEnum.BluetoothProfile.A2DP.value])
385 self.SRC, self.SNK, [BtEnum.BluetoothProfile.A2DP.value])
416 [BtEnum.BluetoothProfile.A2DP.value]))):
DBtCarHfpFuzzTest.py26 from acts.test_utils.bt import BtEnum
45 set([BtEnum.BluetoothProfile.HEADSET_CLIENT.value]))
DBtCarHfpConferenceTest.py25 from acts.test_utils.bt import BtEnum
54 set([BtEnum.BluetoothProfile.HEADSET_CLIENT.value]))
DBtCarBasicFunctionalityTest.py25 from acts.test_utils.bt.BtEnum import BluetoothScanModeType
/tools/test/connectivity/acts/tests/google/coex/stress_tests/
DCoexBtMultiProfileStressTest.py19 from acts.test_utils.bt import BtEnum
66 {BtEnum.BluetoothProfile.A2DP.value}):
73 {BtEnum.BluetoothProfile.HEADSET.value}):
80 [BtEnum.BluetoothProfile.A2DP.value]):
87 [BtEnum.BluetoothProfile.HEADSET.value]):
DCoexHfpStressTest.py19 from acts.test_utils.bt import BtEnum
47 set([BtEnum.BluetoothProfile.HEADSET.value])):
71 {BtEnum.BluetoothProfile.HEADSET.value}):
77 {BtEnum.BluetoothProfile.HEADSET.value}):
/tools/test/connectivity/acts/tests/google/coex/performance_tests/
DCoexBtMultiProfilePerformanceTest.py19 from acts.test_utils.bt import BtEnum
50 set([BtEnum.BluetoothProfile.HEADSET.value]) and
51 set([BtEnum.BluetoothProfile.A2DP.value])):
75 [BtEnum.BluetoothProfile.A2DP.value])
78 [BtEnum.BluetoothProfile.HEADSET.value]):
DWlanWithA2dpPerformanceTest.py17 from acts.test_utils.bt import BtEnum
37 set([BtEnum.BluetoothProfile.A2DP.value])):
DWlanWithHfpPerformanceTest.py19 from acts.test_utils.bt import BtEnum
47 set([BtEnum.BluetoothProfile.HEADSET.value])):
/tools/test/connectivity/acts/tests/google/coex/functionality_tests/
DCoexBtMultiProfileFunctionalityTest.py17 from acts.test_utils.bt import BtEnum
45 set([BtEnum.BluetoothProfile.HEADSET.value]) and
46 set([BtEnum.BluetoothProfile.A2DP.value])):
DWlanWithA2dpFunctionalityTest.py19 from acts.test_utils.bt import BtEnum
51 set([BtEnum.BluetoothProfile.A2DP.value])):
76 set([BtEnum.BluetoothProfile.A2DP.value])):
82 [BtEnum.BluetoothProfile.A2DP.value]):
DWlanWithHfpFunctionalityTest.py17 from acts.test_utils.bt import BtEnum
53 set([BtEnum.BluetoothProfile.HEADSET.value])):
96 set([BtEnum.BluetoothProfile.HEADSET.value])):
/tools/test/connectivity/acts/framework/acts/test_utils/car/
Dcar_bt_utils.py34 from acts.test_utils.bt.BtEnum import *
/tools/test/connectivity/acts/framework/tests/
Dacts_import_test_utils_test.py23 from acts.test_utils.bt import BtEnum
/tools/test/connectivity/acts/tests/google/bt/
DRfcommTest.py37 from acts.test_utils.bt.BtEnum import RfcommUuid