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
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.
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.
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.