diff options
author | Nick Pelly <npelly@google.com> | 2010-12-05 13:09:38 -0800 |
---|---|---|
committer | Nick Pelly <npelly@google.com> | 2010-12-05 13:11:38 -0800 |
commit | b5b7df3c63e5fa5be47c4e815888abaf136d1e50 (patch) | |
tree | 536c808726694de410dac45e70d36991eb866aee /inc | |
parent | b70c3011edf13b3b79dddaefb971b6fd7c33e193 (diff) | |
download | external_libnfc-nxp-b5b7df3c63e5fa5be47c4e815888abaf136d1e50.zip external_libnfc-nxp-b5b7df3c63e5fa5be47c4e815888abaf136d1e50.tar.gz external_libnfc-nxp-b5b7df3c63e5fa5be47c4e815888abaf136d1e50.tar.bz2 |
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 <npelly@google.com>
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 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 */ |