From 33bddcc3af92347d7661f8bfcd7770114ca1c71d Mon Sep 17 00:00:00 2001 From: bratekarate Date: Mon, 10 Jan 2022 06:09:07 +0100 Subject: [PATCH] fix: ISO_DEP_MAX_TRANSCEIVE=0xFEFF to fix NFC max transceive length (https://gitlab.com/LineageOS/issues/android/-/issues/576) --- system/etc/libnfc-nci.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/etc/libnfc-nci.conf b/system/etc/libnfc-nci.conf index d9d1e98..64009d0 100644 --- a/system/etc/libnfc-nci.conf +++ b/system/etc/libnfc-nci.conf @@ -391,3 +391,7 @@ NFA_PROPRIETARY_CFG={05:FF:FF:06:81:80:70:FF:FF} # If set to 1, NFCC is using bail out mode for either Type A or Type B poll. NFA_POLL_BAIL_OUT_MODE=0x01 ################################################################################# + +################################################################################# +# Enable extended APDU length for ISO_DEP +ISO_DEP_MAX_TRANSCEIVE=0xFEFF