HCE support for ISO/IEC 14443-3 Type B?

2019-08-07 11:38发布

问题:

The Android's developer guide states that "Support for Nfc-B is optional".

I cannot find any more information about Type B HCE.

So is it possible to enable Type B support on Android devices?

回答1:

From an app developer perspective you should(*) not really care which underlying protocol is used. The application layer protocol (ISO/IEC 7816-4) is the same for ISO/IEC 14443 Type A and Type B.

Looking at devices in the field, some devices use Type A for HCE and some seem to use Type B. So it's basically the device manufacturer who decides if Type A or Type B is used. The Android API provides no means for the app developer to influence this.

*) I'm well aware that this means that the reader side needs to take care about handling both protocols and that this may be problematic when you try to integrate with legacy infrastructure.



标签: android nfc hce