Merge "Update the fastboot command size from 64 to 4096 to cover the changes from https://android-review.git.corp.google.com/c/platform/system/core/+/2214970" into main

This commit is contained in:
Bradley Furman 2023-10-13 18:28:17 +00:00 committed by Gerrit Code Review
commit c6941de738

View file

@ -25,7 +25,7 @@ Linux, macOS, or Windows.
## Transport and Framing
1. Host sends a command, which is an ascii string in a single
packet no greater than 64 bytes.
packet no greater than 4096 bytes.
2. Client response with a single packet no greater than 256 bytes.
The first four bytes of the response are "OKAY", "FAIL", "DATA",