diff options
| author | Paul Keith <javelinanddart@gmail.com> | 2018-04-27 19:55:42 +0200 |
|---|---|---|
| committer | Elektroschmock <elektroschmock78@googlemail.com> | 2019-03-14 17:54:49 +0100 |
| commit | 424aa23b5ac330d584feeed6ee76b6c164788429 (patch) | |
| tree | aebbb2ecc464ab4c0abebbdc344b91290ebe38c6 | |
| parent | 25dd3ca3b0b5b99ba01148fb02123fd968c9e5e8 (diff) | |
shamu: Advertise support for extended length nfc
* Value obtained from decompiling stock NfcNci.apk
* BUGBASH-1063
Change-Id: I3f2ce369fb72880d5b91cb15a7255cd845925f86
| -rw-r--r-- | configs/libnfc-nci.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/libnfc-nci.conf b/configs/libnfc-nci.conf index cea13369..02745c95 100644 --- a/configs/libnfc-nci.conf +++ b/configs/libnfc-nci.conf @@ -258,3 +258,9 @@ PRESENCE_CHECK_ALGORITHM=1 # 1 Exact+Prefix matching # 2 Prefix matching only AID_MATCHING_MODE=2 + +############################################################################### +# Set max transceive length for IsoDep frames +# Standard 0x105 (261) +# Extended 0xFEFF (65279) +ISO_DEP_MAX_TRANSCEIVE=0xFEFF |
