Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5eea7e38 authored by Bradley Furman's avatar Bradley Furman
Browse files

Update the fastboot command size from 64 to 4096 to cover the changes from...

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

BUG=182864081

Change-Id: I6766647e53d777fd61df6e40cfefb45c7b138c77
parent aadb2046
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -25,7 +25,7 @@ Linux, macOS, or Windows.
## Transport and Framing
## Transport and Framing


1. Host sends a command, which is an ascii string in a single
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.
2. Client response with a single packet no greater than 256 bytes.
   The first four bytes of the response are "OKAY", "FAIL", "DATA",
   The first four bytes of the response are "OKAY", "FAIL", "DATA",