Home
last modified time | relevance | path

Searched refs:sdp_pts_record_list (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/bt/sdp/
DSdpSetupTest.py30 from acts_contrib.test_utils.fuchsia.sdp_records import sdp_pts_record_list
65 result = self.dut.sdp_add_service(sdp_pts_record_list[0])
111 sdp_pts_record_list[0]['additional_attributes'] = additional_attributes
112 result = self.dut.sdp_add_service(sdp_pts_record_list[0])
124 result = self.dut.sdp_add_service(sdp_pts_record_list[i])
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/fuchsia/
Dsdp_records.py23 sdp_pts_record_list = [ variable