summaryrefslogtreecommitdiffstats
path: root/inc/phNfcConfig.h
diff options
context:
space:
mode:
authorgoodsc.lee <goodsc.lee@samsung.com>2010-10-10 14:43:53 -0700
committerNick Pelly <npelly@google.com>2010-10-12 20:40:19 -0700
commit0fb8aa8edcde194a1ac5e6116a6ce7ee374122b6 (patch)
tree7938eb66b4f3acdc70921dfca329a141e37ba7dd /inc/phNfcConfig.h
parent372231c2145fcb97c8900242c2a61247b0db309d (diff)
downloadexternal_libnfc-nxp-0fb8aa8edcde194a1ac5e6116a6ce7ee374122b6.zip
external_libnfc-nxp-0fb8aa8edcde194a1ac5e6116a6ce7ee374122b6.tar.gz
external_libnfc-nxp-0fb8aa8edcde194a1ac5e6116a6ce7ee374122b6.tar.bz2
STANDBY mode and Polling loop
Change-Id: Ib6563a94b29c7eb9de6615881eadbdf0e94994c8 S5PC11X: NFC: Enable the STANDBY mode and add enableDiscovery and disableDiscovery for polling loop.
Diffstat (limited to 'inc/phNfcConfig.h')
-rw-r--r--inc/phNfcConfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h
index 035d5bd..fd7b8a8 100644
--- a/inc/phNfcConfig.h
+++ b/inc/phNfcConfig.h
@@ -136,12 +136,12 @@
*/
#ifndef NXP_SYSTEM_PWR_STATUS
-#define NXP_SYSTEM_PWR_STATUS 0x00U
+#define NXP_SYSTEM_PWR_STATUS 0x01U
#endif
/**< Default Session ID for Initialisation */
#ifndef DEFAULT_SESSION
-#define DEFAULT_SESSION "NXP-NFC1"
+#define DEFAULT_SESSION "NXP-NFCx"
#endif