From: Paul Keith Date: Sun, 29 Sep 2019 16:03:40 +0000 (+0200) Subject: a7xelte: Advertise support for extended length nfc X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=639f50bd08c1ecfcf3deaf5b447a374862e95b85;p=GitHub%2FLineageOS%2Fandroid_device_samsung_a7xelte.git a7xelte: Advertise support for extended length nfc * Value obtained from decompiling stock NfcNci.apk Change-Id: Ib1bcc9f69f3c96dbb359d35af91702f4f89ae1ed --- diff --git a/configs/nfc/libnfc-sec.conf b/configs/nfc/libnfc-sec.conf index 197bb4d..4021fa2 100644 --- a/configs/nfc/libnfc-sec.conf +++ b/configs/nfc/libnfc-sec.conf @@ -149,3 +149,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