From 277db7cff1fe2f36fbf90f29c6fb9d9e61ef17f3 Mon Sep 17 00:00:00 2001 From: Nick Pelly Date: Fri, 15 Apr 2011 20:12:29 -0700 Subject: Enable P2P 106 passive (again). Disabling P2P 106 passive caused a large P2P discovery regression. Change-Id: I9856ba1a29cd717da2f578abd073b341c54fce36 --- inc/phNfcConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h index 3f5a108..ccc20c0 100644 --- a/inc/phNfcConfig.h +++ b/inc/phNfcConfig.h @@ -141,7 +141,7 @@ /**< Default Session ID for Initialisation */ #ifndef DEFAULT_SESSION -#define DEFAULT_SESSION "android6" +#define DEFAULT_SESSION "android7" #endif @@ -324,7 +324,7 @@ #define ENABLE_P2P #define DEFAULT_NFCIP_INITIATOR_MODE_SUPPORT 0x0FU -#define DEFAULT_NFCIP_TARGET_MODE_SUPPORT 0x0EU +#define DEFAULT_NFCIP_TARGET_MODE_SUPPORT 0x0FU /**< Macro to Enable the ISO14443-B Feature */ #define TYPE_B -- cgit v1.2.3