diff options
author | Paul Keith <javelinanddart@gmail.com> | 2017-11-16 17:14:00 +0100 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:17:12 +0200 |
commit | bd4175681b4096028005f08a564ace48b3fe2e28 (patch) | |
tree | fb71aa114243305839f216242a3a5aaf61541cae /pn54x | |
parent | d908711cb2517edc79d7b94d93f895f8e899cc6f (diff) |
shinano-common: pn54x: advertise support for extended length NFC
device support for extended length NFC successfully tested with German
ID card and "AusweisApp2" (horribly unreliable, but working) on
cheeseburger (OnePlus 5).
Change-Id: I8db6a7eb13e2daf0fa7e7db3723db2b6b367281a
Diffstat (limited to 'pn54x')
-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 |