diff options
| author | Ruchi Kandoi <kandoiruchi@google.com> | 2018-06-21 15:18:00 -0700 |
|---|---|---|
| committer | Ruchi Kandoi <kandoiruchi@google.com> | 2018-06-22 09:49:22 -0700 |
| commit | c6b0a3865fcccb227975d99dba2485dc71601005 (patch) | |
| tree | 6ec233ac52f3823853e51a31f45f96b0547c45e0 /nfc | |
| parent | 971bbd8f754625690991fbb563e6ef92b1fddc28 (diff) | |
Fix Transaction event failure on UICC
Correct the PIPE ID and HOST_WHITE_LIST
Test: manual; SIM cards with applet installed & test application
Bug: 109876025
Change-Id: I0cdd0ebc3887bf51f504818013f3c0e01ab6cd10
Diffstat (limited to 'nfc')
| -rw-r--r-- | nfc/libnfc-nxp.blueline.conf | 4 | ||||
| -rw-r--r-- | nfc/libnfc-nxp.crosshatch.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/nfc/libnfc-nxp.blueline.conf b/nfc/libnfc-nxp.blueline.conf index 1137ca7..ed1e884 100644 --- a/nfc/libnfc-nxp.blueline.conf +++ b/nfc/libnfc-nxp.blueline.conf @@ -290,7 +290,7 @@ NFA_POLL_BAIL_OUT_MODE=0x01 ############################################################################### # White list of Hosts # This values will be the Hosts(NFCEEs) in the HCI Network. -DEVICE_HOST_WHITE_LIST={C0, 80} +DEVICE_HOST_WHITE_LIST={C0, 02} ############################################################################### # Extended APDU length for ISO_DEP @@ -309,7 +309,7 @@ PRESENCE_CHECK_ALGORITHM=2 # 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=0x16 -OFF_HOST_SIM_PIPE_ID=0x70 +OFF_HOST_SIM_PIPE_ID=0x0A ############################################################################### #Set the Felica T3T System Code Power state : diff --git a/nfc/libnfc-nxp.crosshatch.conf b/nfc/libnfc-nxp.crosshatch.conf index 5ea98a4..a621a9a 100644 --- a/nfc/libnfc-nxp.crosshatch.conf +++ b/nfc/libnfc-nxp.crosshatch.conf @@ -288,7 +288,7 @@ NFA_POLL_BAIL_OUT_MODE=0x01 ############################################################################### # White list of Hosts # This values will be the Hosts(NFCEEs) in the HCI Network. -DEVICE_HOST_WHITE_LIST={C0, 80} +DEVICE_HOST_WHITE_LIST={C0, 02} ############################################################################### # Extended APDU length for ISO_DEP @@ -307,7 +307,7 @@ PRESENCE_CHECK_ALGORITHM=2 # 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=0x16 -OFF_HOST_SIM_PIPE_ID=0x70 +OFF_HOST_SIM_PIPE_ID=0x0A ############################################################################### #Set the Felica T3T System Code Power state : |
