pub const MAX_TRANSFER_SIZE: u32 = 1024; // 1_024u32
Limit on the max transfer size of Requests by embedding data (see Buffer::data). Set to 1024 to accommodate typical SuperSpeed USB packet payloads.