summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorMartijn Coenen <martijn.coenen@nxp.com>2010-12-16 16:54:00 +0100
committerJeff Hamilton <jham@android.com>2010-12-16 14:02:04 -0600
commitd75796b759f9baac8facf22f1b6c6bcfbc51161e (patch)
treecd2557b01e06ddedcfb7eed87e727b0b7a103a9d /inc
parent04f25b3ab4ed13edb3ffc8e7354bca9f7bc60b44 (diff)
downloadexternal_libnfc-nxp-d75796b759f9baac8facf22f1b6c6bcfbc51161e.zip
external_libnfc-nxp-d75796b759f9baac8facf22f1b6c6bcfbc51161e.tar.gz
external_libnfc-nxp-d75796b759f9baac8facf22f1b6c6bcfbc51161e.tar.bz2
Add support for connecting to different handles on the same tag.
This is needed for proper multi-protocol tag support. (Before this required a restart of the polling loop). Change-Id: If61da437cda40d82bdbacf5a01ea4c585c7a5be9
Diffstat (limited to 'inc')
-rw-r--r--inc/phNfcConfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h
index 376c75c..e733557 100644
--- a/inc/phNfcConfig.h
+++ b/inc/phNfcConfig.h
@@ -362,6 +362,8 @@
* to allow the UICC Communication */
#define HOST_WHITELIST
+/**< Support reconnecting to a different handle on the same tag */
+#define RECONNECT_SUPPORT
/**< Macro to Enable the Card Emulation Feature */
/* #define HOST_EMULATION */