Skip to main content

handle_close_session

Function handle_close_session 

Source
fn handle_close_session<H, C>(
    service: &mut CryptoService<H, C>,
    tx_buf: &mut [u8],
) -> usize
where H: AteccHal, C: Clock, H::Error: Debug,
Expand description

Synchronous handler: closes the PIN session in the host-side state only, no chip interaction. Always succeeds (idempotent).