Lines Matching refs:S
377 Given a next expected sequence number S and a received packet P, the device
381 * respond with a Query packet with S in the data field
382 else if P has sequence == S:
387 * increment S
388 else if P has sequence == S - 1:
395 In the examples below, S indicates the starting client sequence number.
399 [Initialization, S = 0x55AA]
410 [fastboot "getvar" commands, S = 0x0001]
423 [fastboot "INFO" responses, S = 0x0000]
436 [Chunking 2100 bytes of data, max packet size = 1024, S = 0xFFFF]
453 [Unknown ID error, S = 0x0000]
460 [Host packet loss and retransmission, S = 0x0000]
471 [Client packet loss and retransmission, S = 0x0000]
484 [Host packet delayed, S = 0x0000]