pub const MAX_PACKET_SIZE: usize = _; // 65_535usize
The maximum length of an OBEX packet is bounded by the 2-byte field describing the packet length (u16::MAX). Defined in OBEX 1.5 Section 3.4.1.3.