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
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