Home
last modified time | relevance | path

Searched refs:pts (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts/tests/google/bt/pts/
DSdpPtsTest.py23 from acts.test_utils.bt.pts.pts_base_class import PtsBaseClass
25 import acts.test_utils.bt.pts.fuchsia_pts_ics_lib as f_ics_lib
26 import acts.test_utils.bt.pts.fuchsia_pts_ixit_lib as f_ixit_lib
129 self.pts.set_profile_under_test("SDP")
130 self.pts.set_ics_and_ixit(ics, ixit)
131 self.pts.setup_pts()
144 self.pts.extra_answers = []
159 return self.pts.execute_test("SDP/SR/SA/BV-01-C")
163 return self.pts.execute_test("SDP/SR/SA/BV-03-C")
167 return self.pts.execute_test("SDP/SR/SA/BV-04-C")
[all …]
DGattPtsTest.py24 from acts.test_utils.bt.pts.pts_base_class import PtsBaseClass
27 import acts.test_utils.bt.pts.fuchsia_pts_ics_lib as f_ics_lib
28 import acts.test_utils.bt.pts.fuchsia_pts_ixit_lib as f_ixit_lib
75 self.pts.set_profile_under_test("GATT")
76 self.pts.set_ics_and_ixit(ics, ixit)
77 self.pts.setup_pts()
86 self.pts.extra_answers = []
100 return self.pts.execute_test("GATT/CL/GAD/BV-01-C")
104 return self.pts.execute_test("GATT/CL/GAD/BV-03-C")
108 return self.pts.execute_test("GATT/CL/GAD/BV-04-C")
[all …]
DA2dpPtsTest.py21 from acts.test_utils.bt.pts.pts_base_class import PtsBaseClass
23 import acts.test_utils.bt.pts.fuchsia_pts_ics_lib as f_ics_lib
24 import acts.test_utils.bt.pts.fuchsia_pts_ixit_lib as f_ixit_lib
59 self.pts.set_profile_under_test("A2DP")
60 self.pts.set_ics_and_ixit(ics, ixit)
61 self.pts.setup_pts()
70 self.pts.extra_answers = []
82 return self.pts.execute_test("A2DP/SNK/AS/BV-01-I")
86 return self.pts.execute_test("A2DP/SNK/AS/BV-02-I")
90 return self.pts.execute_test("A2DP/SNK/CC/BV-01-I")
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/bt/pts/
Dpts_base_class.py74 self.pts = self.bluetooth_pts_device[0]
124 self.pts.bind_to(self.process_next_action)
127 self.pts.clean_up()
131 self.pts.pts_test_result = VERDICT_STRINGS['RESULT_INCOMP']
172 self.pts.pts_profile_mmi_request).get(action, "Nothing")
200 description_to_parse = self.pts.current_implicit_send_description
210 description_to_parse = self.pts.current_implicit_send_description
221 description_to_parse = self.pts.current_implicit_send_description
232 description_to_parse = self.pts.current_implicit_send_description
244 description_to_parse = self.pts.current_implicit_send_description
[all …]
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/
DAVDTP_PTS_INSTUCTIONS20 adb shell setprop bluetooth.pts.force_a2dp_abort true
DGAP_PTS_INSTRUCTIONS392 [PTS Interaction] enter pin from phone to pts
395 [PTS Interaction] enter 002a to pts
/tools/test/connectivity/acts/framework/acts/controllers/
Dbluetooth_pts_device.py133 def destroy(pts): argument
135 pts[0].clean_up()
137 pts[0].log.error("Failed to clean up properly.")