Skip to content

Commit

Permalink
satsuki: nfc: set ISO_DEP_MAX_TRANSCEIVE to 0xFEFF in libnfc-nci.conf.
Browse files Browse the repository at this point in the history
Change-Id: I2b0d7a6802cbed2ce6f454d1380dba0fb658afcb
  • Loading branch information
K9100ii authored and joel16 committed Oct 5, 2021
1 parent f96ef59 commit 2cadf47
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion configs/libnfc-nci.conf
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,12 @@ AID_MATCHING_MODE=0x01

NXP_PRFD_TECH_SE=0x02

###############################################################################
# Set max transceive length for IsoDep frames
# Standard 0x105 (261)
# Extended 0xFEFF (65279)
ISO_DEP_MAX_TRANSCEIVE=0xFEFF

###############################################################################
# Vendor Specific Proprietary Protocol & Discovery Configuration
# Set to 0xFF if unsupported
Expand All @@ -374,4 +380,4 @@ NXP_PRFD_TECH_SE=0x02
# byte[6] NCI_DISCOVERY_TYPE_POLL_KOVIO
# byte[7] NCI_DISCOVERY_TYPE_POLL_B_PRIME
# byte[8] NCI_DISCOVERY_TYPE_LISTEN_B_PRIME
NFA_PROPRIETARY_CFG={05:FF:FF:06:81:80:77:FF:FF}
NFA_PROPRIETARY_CFG={05:FF:FF:06:81:80:77:FF:FF}

0 comments on commit 2cadf47

Please sign in to comment.