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 | 252 def readLongDescriptorById(self, id, offset, max_bytes): argument 267 "max_bytes": max_bytes 290 def readLongCharacteristicById(self, id, offset, max_bytes): argument 305 "max_bytes": max_bytes
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/ |
D | bluetooth_device.py | 184 max_bytes): argument 223 handle, offset, max_bytes): argument 525 max_bytes): argument 1048 max_bytes): argument 1065 handle, offset, max_bytes)
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/ |
D | command_input.py | 842 max_bytes = int(args[1]) 863 desc_id, offset, max_bytes) 890 max_bytes = int(args[1]) 906 char_id, offset, max_bytes) 1295 max_bytes = int(args[2]) 1297 self.unique_mac_addr_id, id, offset, max_bytes)
|