pub const fn adaptive_counter_bits(value: u16, backoff: u16) -> u16
Encode an adaptive counter as (value << 4) | backoff.
(value << 4) | backoff