Home
last modified time | relevance | path

Searched refs:attr_ids (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/cros/bluetooth/
Dbluetooth_tester.py171 def service_attribute_request(self, handle, max_attr_byte_count, attr_ids, argument
191 handle, max_attr_byte_count, attr_ids, forced_pdu_size,
197 attr_ids, preferred_size=32, argument
219 uuids, max_attr_byte_count, attr_ids, preferred_size,
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_sdp_socket.py344 def _pack_attr_ids(self, attr_ids): argument
354 attr_ids.sort()
356 for attr_id in attr_ids:
456 def service_attribute_request(self, handle, max_attr_byte_count, attr_ids, argument
482 self._pack_attr_ids(attr_ids))
519 attr_ids, preferred_size=32, argument
550 self._pack_attr_ids(attr_ids))
/external/autotest/client/cros/bluetooth/
Dbluetooth_tester_xmlrpc_server.py357 def service_attribute_request(self, handle, max_attr_byte_count, attr_ids, argument
377 handle, max_attr_byte_count, attr_ids, forced_pdu_size,
383 attr_ids, preferred_size=32, argument
405 uuids, max_attr_byte_count, attr_ids, preferred_size,