pub(crate) const PUK_MAX_RETRIES: u8 = 10;Expand description
Size of one PUK batch on Counter1. Effective tries inside a batch
is PUK_MAX_RETRIES - 1 (= 9), for the same reason as
PIN_MAX_RETRIES.
pub(crate) const PUK_MAX_RETRIES: u8 = 10;Size of one PUK batch on Counter1. Effective tries inside a batch
is PUK_MAX_RETRIES - 1 (= 9), for the same reason as
PIN_MAX_RETRIES.