In my NFC application I came across a command which appears to take more time to respond than the transceive()
method allows. As result I get a TagLost exception.
There is the method setTimeout(int timeout)
for IsoDep
tags, but afaik not for NfcV
tags.
Does anyone know whether there is a way to increase the timeout value for NfcV
operations?