diff options
Diffstat (limited to 'jni/com_android_nfc.h')
-rwxr-xr-x[-rw-r--r--] | jni/com_android_nfc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jni/com_android_nfc.h b/jni/com_android_nfc.h index a44bcf0..4c2f1e5 100644..100755 --- a/jni/com_android_nfc.h +++ b/jni/com_android_nfc.h @@ -100,6 +100,8 @@ extern "C" { #define TARGET_TYPE_NDEF_FORMATABLE 7 #define TARGET_TYPE_MIFARE_CLASSIC 8 #define TARGET_TYPE_MIFARE_UL 9 +#define TARGET_TYPE_ISO14443_4A_PCD 10 +#define TARGET_TYPE_ISO14443_4B_PCD 11 #define SMX_SECURE_ELEMENT_ID 11259375 |