From 00c98d516cac9dcdad6c22400267a2fd2bea3adf Mon Sep 17 00:00:00 2001 From: Nick Pelly Date: Fri, 18 Mar 2011 11:27:49 -0700 Subject: Disable P2P target 106 passive mode. P2P target 106 passive appears as an ISO 14443-3A target to reader/writers in the field. This can confuse some terminals, especially when we also have card emulation turned on, since it looks like we have two -3A targets in the field. P2P target 106 passive is just one of many P2P sub-modes. We do not know of any P2P devices that only initiate using only 106 passive, so this should not present inter-op issues. Change-Id: I1cb84ed791a86a7f225a51806e99bab031dcb6ca --- inc/phNfcConfig.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'inc') diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h index a346b8c..3f5a108 100644 --- a/inc/phNfcConfig.h +++ b/inc/phNfcConfig.h @@ -141,7 +141,7 @@ /**< Default Session ID for Initialisation */ #ifndef DEFAULT_SESSION -#define DEFAULT_SESSION "android5" +#define DEFAULT_SESSION "android6" #endif @@ -323,7 +323,8 @@ /**< Macro to Enable the Peer to Peer Feature */ #define ENABLE_P2P -#define DEFAULT_NFCIP_MODE_SUPPORT 0x0FU +#define DEFAULT_NFCIP_INITIATOR_MODE_SUPPORT 0x0FU +#define DEFAULT_NFCIP_TARGET_MODE_SUPPORT 0x0EU /**< Macro to Enable the ISO14443-B Feature */ #define TYPE_B -- cgit v1.1