From 31cfc51c6d32ae1a6acbacede3b749dacc6cc940 Mon Sep 17 00:00:00 2001 From: Martijn Coenen Date: Tue, 27 Nov 2012 17:30:16 -0800 Subject: 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 --- inc/phNfcConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1