Home
last modified time | relevance | path

Searched refs:max_bytes (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dgattc_lib.py217 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/
Dfuchsia_cmd_input.py510 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)