diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/phNfcConfig.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h index 19a881b..e7386d9 100644 --- a/inc/phNfcConfig.h +++ b/inc/phNfcConfig.h @@ -176,7 +176,7 @@ #endif #ifndef NXP_MIFARE_XCHG_TIMEOUT -#define NXP_MIFARE_XCHG_TIMEOUT 0x03U +#define NXP_MIFARE_XCHG_TIMEOUT 0x0BU #endif #ifndef NXP_FELICA_XCHG_TIMEOUT @@ -223,6 +223,12 @@ #define LINK_CONNECTION_TIMEOUT 1000U #endif +/**< Defines ACK time out value for LLC timer, + 150 is in milliseconds */ +#ifndef LINK_ACK_TIMEOUT +#define LINK_ACK_TIMEOUT 1U +#endif + /**< Defines Firmware Download Completion Timeout value , 120000 is in milliseconds */ @@ -254,7 +260,7 @@ #ifndef NXP_NFC_HCI_TIMER -#define NXP_NFC_HCI_TIMER 0 +#define NXP_NFC_HCI_TIMER 1 #define NXP_NFC_HCI_TIMEOUT 6000 #endif |