microsoft / NFC-Class-Extension-Driver

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

Closed cwize1 closed 7 years ago

cwize1 commented 7 years ago

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.

msftclas commented 7 years ago

@cwize1, Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA. Thanks, Microsoft Pull Request Bot