diff options
author | Jeff Hamilton <jham@android.com> | 2010-11-01 15:02:34 -0500 |
---|---|---|
committer | Jeff Hamilton <jham@android.com> | 2010-11-01 21:28:58 -0500 |
commit | 60e93acea2364ec4109a7cf9bac6e0e45b9912e5 (patch) | |
tree | 0da00b1e9dcd5e0a034a11c803fa96b3ffa96bdd /inc | |
parent | c2866714540bec65af19240e95a10d3090df0cf9 (diff) | |
download | external_libnfc-nxp-60e93acea2364ec4109a7cf9bac6e0e45b9912e5.zip external_libnfc-nxp-60e93acea2364ec4109a7cf9bac6e0e45b9912e5.tar.gz external_libnfc-nxp-60e93acea2364ec4109a7cf9bac6e0e45b9912e5.tar.bz2 |
Revert "Disable P2P target 106 kbit/s mode."
This reverts commit 4c03147f9df22103145e67ce1d7faece051e0bfb.
Change-Id: I44496a47a98367b88ae69d019d363bd0fa962611
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 9f6d51f..2e898f9 100644 --- a/inc/phNfcConfig.h +++ b/inc/phNfcConfig.h @@ -141,7 +141,7 @@ /**< Default Session ID for Initialisation */ #ifndef DEFAULT_SESSION -#define DEFAULT_SESSION "NXP-NFC1" +#define DEFAULT_SESSION "goog3" #endif @@ -323,7 +323,7 @@ /**< Macro to Enable the Peer to Peer Feature */ #define ENABLE_P2P -#define DEFAULT_NFCIP_MODE_SUPPORT 0x0EU +#define DEFAULT_NFCIP_MODE_SUPPORT 0x0FU /**< Macro to Enable the ISO14443-B Feature */ |