CTAP_MIN_REPORT_LEN
if (dev->rx_len < CTAP_MIN_REPORT_LEN ||
if (dev->tx_len < CTAP_MIN_REPORT_LEN ||
dev->rx_len = CTAP_MIN_REPORT_LEN +
uniform_random(CTAP_MAX_REPORT_LEN - CTAP_MIN_REPORT_LEN + 1);
dev->tx_len = CTAP_MIN_REPORT_LEN +
uniform_random(CTAP_MAX_REPORT_LEN - CTAP_MIN_REPORT_LEN + 1);