Searched refs:max_bytes (Results 1 – 2 of 2) 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/tests/google/fuchsia/bt/ |
D | fuchsia_cmd_input.py | 510 max_bytes = int(args[1]) 531 desc_id, offset, max_bytes) 558 max_bytes = int(args[1]) 574 char_id, offset, max_bytes) 868 max_bytes = int(args[2]) 870 id, offset, max_bytes)
|