fn handle_close_session<H, C>(
service: &mut CryptoService<H, C>,
tx_buf: &mut [u8],
) -> usizewhere
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).