From d75796b759f9baac8facf22f1b6c6bcfbc51161e Mon Sep 17 00:00:00 2001 From: Martijn Coenen Date: Thu, 16 Dec 2010 16:54:00 +0100 Subject: 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 --- inc/phNfcConfig.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc') 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 */ -- cgit v1.1