handleNfcTunnelResponse
abstract suspend fun handleNfcTunnelResponse(evidence: EvidenceResponseIcaoNfcTunnel): EvidenceRequestIcaoNfcTunnel?
Handle the response from the chip and produce the next command.
The first response in the sequence is always going to be the response to the handshake request (which serve to establish the tunnel and are not sent to/received from the chip). The rest of commands are sent to the chip and the responses come from the chip.
When null is returned the tunnel is closed.