The NFC Class Extension driver implements all NFC device driver interfaces and standard NFC protocols and formats based on the NFC Forum NFC Controller Interface (NCI) Technical Specification
Other
57
stars
27
forks
source link
Ensure the correct ATR is returned from the smartcard interface. #26
The ATR of a NFC tag can be provided during different stages of the NFC
discovery sequence, depending on the type of tag being read. Currently
NfcCx only ever caches ATRs retrieved during device discovery. This
change ensures that NfcCx also caches ATRs retrieved during device
connect.
The ATR of a NFC tag can be provided during different stages of the NFC discovery sequence, depending on the type of tag being read. Currently NfcCx only ever caches ATRs retrieved during device discovery. This change ensures that NfcCx also caches ATRs retrieved during device connect.