summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJizhou Liao <Jizhou.Liao@nxp.com>2015-06-03 12:44:58 -0700
committerSteve Kondik <steve@cyngn.com>2015-11-05 17:52:59 -0800
commitbc76b7a4b569a72cd313172cb1b1002f92885e21 (patch)
tree63cc02b9e543d0878854823641e066cad5dffb03
parent46172d1a53254d0ca5b81b598f9c831dd369499f (diff)
downloadandroid_external_libnfc-nci-bc76b7a4b569a72cd313172cb1b1002f92885e21.tar.gz
android_external_libnfc-nci-bc76b7a4b569a72cd313172cb1b1002f92885e21.tar.bz2
android_external_libnfc-nci-bc76b7a4b569a72cd313172cb1b1002f92885e21.zip
Increase maximum AID routing buffer length and entry size.
Support up to 50 AID routing entries or up to 580 bytes in AID routing table Change-Id: I3582d0e7652e7be8e5b8d045d39b9a6dcf7b6888
-rw-r--r--src/include/nfc_target.h2
-rw-r--r--src/nfa/int/nfa_ee_int.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nfc_target.h b/src/include/nfc_target.h
index 0cc73a0..4f1f476 100644
--- a/src/include/nfc_target.h
+++ b/src/include/nfc_target.h
@@ -665,7 +665,7 @@
/* Maximum number of AID entries per target_handle */
#ifndef NFA_EE_MAX_AID_ENTRIES
-#define NFA_EE_MAX_AID_ENTRIES (32)
+#define NFA_EE_MAX_AID_ENTRIES (50)
#endif
/* Maximum number of callback functions can be registered through NFA_EeRegister() */
diff --git a/src/nfa/int/nfa_ee_int.h b/src/nfa/int/nfa_ee_int.h
index c2014d3..3ce17d7 100644
--- a/src/nfa/int/nfa_ee_int.h
+++ b/src/nfa/int/nfa_ee_int.h
@@ -104,7 +104,7 @@ enum
};
typedef UINT8 tNFA_EE_CONN_ST;
-#define NFA_EE_MAX_AID_CFG_LEN (510)
+#define NFA_EE_MAX_AID_CFG_LEN (580)
#define NFA_EE_7816_STATUS_LEN (2)
/* NFA EE control block flags: