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 | 217 def readLongDescriptorById(self, id, offset, max_bytes): argument 232 "max_bytes": max_bytes 259 def readLongCharacteristicById(self, id, offset, max_bytes): argument 274 "max_bytes": max_bytes
|
/tools/test/connectivity/acts/framework/acts/test_utils/abstract_devices/ |
D | bluetooth_device.py | 176 max_bytes): argument 215 handle, offset, max_bytes): argument 516 max_bytes): argument 968 max_bytes): argument 986 handle, offset, max_bytes)
|
/tools/test/connectivity/acts/tests/google/fuchsia/bt/ |
D | cmd_input.py | 577 max_bytes = int(args[1]) 598 desc_id, offset, max_bytes) 625 max_bytes = int(args[1]) 641 char_id, offset, max_bytes) 936 max_bytes = int(args[2]) 938 id, offset, max_bytes)
|