From 023d7eaf1c2f27f6bcc8542e9998776dafb4aac2 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Sun, 29 Sep 2019 18:03:40 +0200 Subject: [PATCH] a5xelte: Advertise support for extended length nfc * Value obtained from decompiling stock NfcNci.apk Change-Id: Ib1bcc9f69f3c96dbb359d35af91702f4f89ae1ed --- configs/nfc/libnfc-sec.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/configs/nfc/libnfc-sec.conf b/configs/nfc/libnfc-sec.conf index adbc729..48a972a 100644 --- a/configs/nfc/libnfc-sec.conf +++ b/configs/nfc/libnfc-sec.conf @@ -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 -- 2.20.1