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

Add support for NCI2.0 system code and apdu pattern routing #32

Closed cricard13 closed 5 years ago

cricard13 commented 7 years ago

This pull request adds support for NCI2.0 system code and apdu pattern. nfcsedev.h needs update and allow an application to know if system code or apdu pattern routing are supported.

icherniukh commented 5 years ago

In order for this change to get in and preserve backward compatibility, NFC SE DDI must properly support API versioning. Therefore this change is postponed until there's a business need.