diff options
-rw-r--r-- | pn54x/libnfc-nci.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pn54x/libnfc-nci.conf b/pn54x/libnfc-nci.conf index d5ddcd2..1361ea1 100644 --- a/pn54x/libnfc-nci.conf +++ b/pn54x/libnfc-nci.conf @@ -193,3 +193,9 @@ NFA_PROPRIETARY_CFG={05:FF:FF:06:81:80:77:FF:FF} # Bail out mode # If set to 1, NFCC is using bail out mode for either Type A or Type B poll. NFA_POLL_BAIL_OUT_MODE=0x01 + +################################################################################ +# Set max transceive length for IsoDep frames +# Standard 0x105 (261) +# Extended 0xFEFF (65279) +ISO_DEP_MAX_TRANSCEIVE=0xFEFF |