From b5b7df3c63e5fa5be47c4e815888abaf136d1e50 Mon Sep 17 00:00:00 2001 From: Nick Pelly Date: Sun, 5 Dec 2010 13:09:38 -0800 Subject: Enable P2P feature again. This is effectively a revert of previous commit "Fix to disable P2P...", except I have not reverted the DEFAULT_SESSION since that would encourage reuse of 'goog4'. Change-Id: I8d42a7496cf6776cfd41e73f5ec25953773ceb09 Signed-off-by: Nick Pelly --- inc/phNfcConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc') diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h index c2ca0d4..2bf6cd1 100644 --- a/inc/phNfcConfig.h +++ b/inc/phNfcConfig.h @@ -141,7 +141,7 @@ /**< Default Session ID for Initialisation */ #ifndef DEFAULT_SESSION -#define DEFAULT_SESSION "goog4" +#define DEFAULT_SESSION "android1" #endif @@ -323,7 +323,7 @@ /**< Macro to Enable the Peer to Peer Feature */ #define ENABLE_P2P -#define DEFAULT_NFCIP_MODE_SUPPORT 0x00U // to disable P2P feature +#define DEFAULT_NFCIP_MODE_SUPPORT 0x0FU /**< Macro to Enable the ISO14443-B Feature */ -- cgit v1.1