diff options
author | Nick Pelly <npelly@google.com> | 2011-04-15 20:12:29 -0700 |
---|---|---|
committer | Nick Pelly <npelly@google.com> | 2011-04-15 20:12:29 -0700 |
commit | 277db7cff1fe2f36fbf90f29c6fb9d9e61ef17f3 (patch) | |
tree | d69c2167205e00150d35f4e697b4d6ffbf31076d /inc | |
parent | 46dbed4e11700226e9b43ca17e5ad6f3d192bf63 (diff) | |
download | external_libnfc-nxp-277db7cff1fe2f36fbf90f29c6fb9d9e61ef17f3.zip external_libnfc-nxp-277db7cff1fe2f36fbf90f29c6fb9d9e61ef17f3.tar.gz external_libnfc-nxp-277db7cff1fe2f36fbf90f29c6fb9d9e61ef17f3.tar.bz2 |
Enable P2P 106 passive (again).
Disabling P2P 106 passive caused a large P2P discovery regression.
Change-Id: I9856ba1a29cd717da2f578abd073b341c54fce36
Diffstat (limited to 'inc')
-rw-r--r-- | inc/phNfcConfig.h | 4 |
1 files 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 |