diff options
author | Nick Pelly <npelly@google.com> | 2010-12-09 10:27:22 -0800 |
---|---|---|
committer | Nick Pelly <npelly@google.com> | 2010-12-09 10:34:37 -0800 |
commit | ea7a513aa8474d6b26716b23555f4d77bc030d0e (patch) | |
tree | 570fc278b201eb63f9ba40bfb59dae12c4499532 | |
parent | 6c55cac2a7bd929cad3720144f3e2059c56f852c (diff) | |
download | external_libnfc-nxp-ea7a513aa8474d6b26716b23555f4d77bc030d0e.zip external_libnfc-nxp-ea7a513aa8474d6b26716b23555f4d77bc030d0e.tar.gz external_libnfc-nxp-ea7a513aa8474d6b26716b23555f4d77bc030d0e.tar.bz2 |
Enable P2P 106 for P2P without SMX.
Change-Id: Ica5158d1851fe56a896b6a0d8d714d8aa9d6b029
-rw-r--r-- | inc/phNfcConfig.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h index c616fd0..0083f1e 100644 --- a/inc/phNfcConfig.h +++ b/inc/phNfcConfig.h @@ -141,7 +141,7 @@ /**< Default Session ID for Initialisation */ #ifndef DEFAULT_SESSION -#define DEFAULT_SESSION "android3" +#define DEFAULT_SESSION "android4" #endif @@ -323,8 +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 */ #define TYPE_B |