Home
last modified time | relevance | path

Searched refs:attr_ids (Results 1 – 4 of 4) 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.py395 def service_attribute_request(self, handle, max_attr_byte_count, attr_ids, argument
415 handle, max_attr_byte_count, attr_ids, forced_pdu_size,
421 attr_ids, preferred_size=32, argument
443 uuids, max_attr_byte_count, attr_ids, preferred_size,
/external/perf_data_converter/src/quipper/
Dperf_reader_test.cc1211 testing::AttrIdsSection attr_ids(input.tellp()); in TEST() local
1212 const auto id_section_1 = attr_ids.AddIds({51, 52}); in TEST()
1213 const auto id_section_2 = attr_ids.AddIds({61}); in TEST()
1214 attr_ids.WriteTo(&input); in TEST()
1370 testing::AttrIdsSection attr_ids(input.tellp()); in TEST() local
1371 const auto id_section = attr_ids.AddId(48); in TEST()
1372 attr_ids.WriteTo(&input); in TEST()