a5xelte: Advertise support for extended length nfc
authorPaul Keith <javelinanddart@gmail.com>
Sun, 29 Sep 2019 16:03:40 +0000 (18:03 +0200)
committerWolfram Liebchen <achalmgucker@googlemail.com>
Sun, 29 Sep 2019 18:12:27 +0000 (20:12 +0200)
* Value obtained from decompiling stock NfcNci.apk

Change-Id: Ib1bcc9f69f3c96dbb359d35af91702f4f89ae1ed

configs/nfc/libnfc-sec.conf

index adbc729947269814c067e81710cf3865169b5333..48a972ad01806a998da3aaedc9eb6ebd05c04f55 100644 (file)
@@ -148,4 +148,10 @@ SCREEN_OFF_POWER_STATE=3
 
 ###############################################################################
 # NCI Hal Module name
-NCI_HAL_MODULE="nfc_nci"
\ No newline at end of file
+NCI_HAL_MODULE="nfc_nci"
+
+#################################################################################
+# Set max transceive length for IsoDep frames
+# Standard      0x105 (261)
+# Extended      0xFEFF (65279)
+ISO_DEP_MAX_TRANSCEIVE=0xFEFF
\ No newline at end of file