pub const MAX_REPORT_COUNT: u32 = 255;
Expand description

A hardcoded number of max reports. Because report ID is only 8 bits, only 255 different reports are allowed at a time.