Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_sdp_socket.py456 def service_attribute_request(self, handle, max_attr_byte_count, attr_ids, argument
476 if max_attr_byte_count < 7 or max_attr_byte_count > 65535:
481 struct.pack('>H', max_attr_byte_count) +
500 if response_byte_count > max_attr_byte_count:
518 def service_search_attribute_request(self, uuids, max_attr_byte_count, argument
544 if max_attr_byte_count < 7 or max_attr_byte_count > 65535:
549 struct.pack('>H', max_attr_byte_count) +
569 if response_byte_count > max_attr_byte_count:
/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,
196 def service_search_attribute_request(self, uuids, max_attr_byte_count, argument
219 uuids, max_attr_byte_count, attr_ids, preferred_size,
/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,
382 def service_search_attribute_request(self, uuids, max_attr_byte_count, argument
405 uuids, max_attr_byte_count, attr_ids, preferred_size,