diff options
| author | Paul Keith <javelinanddart@gmail.com> | 2017-11-16 17:14:00 +0100 |
|---|---|---|
| committer | Ujwal P <ujwalp09@gmail.com> | 2019-06-29 08:51:49 +0530 |
| commit | 5a4ee490ed02a3c2a640d1b803c6a863a4c7b62f (patch) | |
| tree | d2400c8234809725e87e89bc258fd6936bfd9195 | |
| parent | a56417981c6a169862469fde8a918456479e1d06 (diff) | |
op3/t: nfc: 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).
This is also needed for Yubikey.
Change-Id: I8db6a7eb13e2daf0fa7e7db3723db2b6b367281a
| -rw-r--r-- | configs/nfc/libnfc-nxp.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/nfc/libnfc-nxp.conf b/configs/nfc/libnfc-nxp.conf index a6a0a241..a26133c6 100644 --- a/configs/nfc/libnfc-nxp.conf +++ b/configs/nfc/libnfc-nxp.conf @@ -372,6 +372,12 @@ 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 +################################################################################# +# Set max transceive length for IsoDep frames +# Standard 0x105 (261) +# Extended 0xFEFF (65279) +ISO_DEP_MAX_TRANSCEIVE=0xFEFF + ############################################################################### #White list of Hosts #This values will be the Hosts(NFCEEs) in the HCI Network. |
