From 83ddfe24c5c0c8e080ef7cd5012df265ddfe6a8d Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Sat, 28 Sep 2019 14:24:39 +0200 Subject: [PATCH] s5neolte: Advertise support for extended length nfc * Value obtained from decompiling stock NfcNci.apk Change-Id: I703ca07d0bd28412390e8c4076c7824bab6e1ace --- configs/nfc/libnfc-sec.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/nfc/libnfc-sec.conf b/configs/nfc/libnfc-sec.conf index a360227..7a94a93 100644 --- a/configs/nfc/libnfc-sec.conf +++ b/configs/nfc/libnfc-sec.conf @@ -183,3 +183,9 @@ SCREEN_OFF_POWER_STATE=3 ############################################################################### # NCI Hal Module name NCI_HAL_MODULE="nfc_nci" + +################################################################################# +# Set max transceive length for IsoDep frames +# Standard 0x105 (261) +# Extended 0xFEFF (65279) +ISO_DEP_MAX_TRANSCEIVE=0xFEFF -- 2.20.1