Searched refs:max_bytes (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/ |
D | gattc_lib.py | 281 def readLongDescriptorById(self, id, offset, max_bytes): argument 296 "max_bytes": max_bytes 323 def readLongCharacteristicById(self, id, offset, max_bytes): argument 338 "max_bytes": max_bytes
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/ |
D | bluetooth_device.py | 183 max_bytes): argument 222 handle, offset, max_bytes): argument 524 max_bytes): argument 1049 max_bytes): argument 1066 handle, offset, max_bytes)
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/ |
D | command_input.py | 839 max_bytes = int(args[1]) 860 desc_id, offset, max_bytes) 887 max_bytes = int(args[1]) 903 char_id, offset, max_bytes) 1293 max_bytes = int(args[2]) 1295 self.unique_mac_addr_id, id, offset, max_bytes)
|