summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2012-11-27 17:30:16 -0800
committerMartijn Coenen <maco@google.com>2012-11-27 17:30:16 -0800
commit31cfc51c6d32ae1a6acbacede3b749dacc6cc940 (patch)
treea515caac24f631cacde7d47809c6370901e492da
parent68c93f6f41998fbff40a3396a633faee4d595695 (diff)
downloadexternal_libnfc-nxp-31cfc51c6d32ae1a6acbacede3b749dacc6cc940.zip
external_libnfc-nxp-31cfc51c6d32ae1a6acbacede3b749dacc6cc940.tar.gz
external_libnfc-nxp-31cfc51c6d32ae1a6acbacede3b749dacc6cc940.tar.bz2
Increase default IsoDep timeout to 1200ms.
An increasing number of IsoDep tags in the field requires more than 600ms to respond to initial NDEF commands. To make sure we can detect these tags properly, increase the default timeout for IsoDep to ~1200ms. Bug: 7600632 Change-Id: I690e2c1993b64c0f639423d5cf0c810f56ad1197
-rw-r--r--inc/phNfcConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h
index 6bc050c..955c26b 100644
--- a/inc/phNfcConfig.h
+++ b/inc/phNfcConfig.h
@@ -172,7 +172,7 @@
#ifndef NXP_ISO_XCHG_TIMEOUT
-#define NXP_ISO_XCHG_TIMEOUT 0x1AU
+#define NXP_ISO_XCHG_TIMEOUT 0x1BU
#endif
#ifndef NXP_MIFARE_XCHG_TIMEOUT