Searched refs:attribute_list (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/ |
D | sdp_lib.py | 45 def addSearch(self, attribute_list, profile_id): argument 56 "attribute_list": attribute_list,
|
/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/ |
D | bluetooth_device.py | 257 def sdp_add_search(self, attribute_list, profile_id): argument 747 def sdp_add_search(self, attribute_list, profile_id): argument 1157 def sdp_add_search(self, attribute_list, profile_id): argument 1163 return self.device.sdp_lib.addSearch(attribute_list, profile_id)
|