summaryrefslogtreecommitdiff
path: root/nfc
diff options
context:
space:
mode:
authorRuchi Kandoi <kandoiruchi@google.com>2018-04-12 12:51:24 -0700
committerAndre Eisenbach <eisenbach@google.com>2018-04-13 20:32:04 +0000
commit0c92e4b4aed7f6035cf18618e527cf2126a43021 (patch)
treeb3407d10e06967ca7c6e717544b83d49820f962d /nfc
parent472bf09ed2304a5f1e3eb5203c93c33fdf65f43d (diff)
Set default system code from 0xFEFF to 0xFEFE
0xFEFF is not valid. Also changes the OFF_HOST_ESE_PIPE_ID to reflect the correct one. Test: Manual; Felica Test setup Bug: 69876039 Change-Id: Idffecb9106b5aad60b2aa45ada82e8b8edbd7836
Diffstat (limited to 'nfc')
-rw-r--r--nfc/libnfc-nci.conf2
-rw-r--r--nfc/libnfc-nxp.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/nfc/libnfc-nci.conf b/nfc/libnfc-nci.conf
index 930b76b..49bcac3 100644
--- a/nfc/libnfc-nci.conf
+++ b/nfc/libnfc-nci.conf
@@ -81,4 +81,4 @@ AID_MATCHING_MODE=0x01
###############################################################################
#Set the default Felica T3T System Code :
#This settings will be used when application does not set this parameter
-DEFAULT_FELICA_SYS_CODE={FE:FF}
+DEFAULT_FELICA_SYS_CODE={FE:FE}
diff --git a/nfc/libnfc-nxp.conf b/nfc/libnfc-nxp.conf
index 2b06cce..4a70b81 100644
--- a/nfc/libnfc-nxp.conf
+++ b/nfc/libnfc-nxp.conf
@@ -269,7 +269,7 @@ PRESENCE_CHECK_ALGORITHM=2
# not set or set to 0, then the default is use a dynamic pipe based on a
# destination gate (see NFA_HCI_DEFAULT_DEST_GATE). Note there is a value
# for each UICC (where F3="UICC0" and F4="UICC1")
-OFF_HOST_ESE_PIPE_ID=0x19
+OFF_HOST_ESE_PIPE_ID=0x16
OFF_HOST_SIM_PIPE_ID=0x70
###############################################################################