diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/phNfcConfig.h | 1 | ||||
-rw-r--r-- | inc/phNfcLlcpTypes.h | 3 | ||||
-rw-r--r-- | inc/phNfcTypes.h | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h index cced2ca..6bc050c 100644 --- a/inc/phNfcConfig.h +++ b/inc/phNfcConfig.h @@ -518,6 +518,7 @@ * speed during Discovery configuration */ #define INITIATOR_SPEED +#define TARGET_SPEED /**/ diff --git a/inc/phNfcLlcpTypes.h b/inc/phNfcLlcpTypes.h index 2954d00..84c58cd 100644 --- a/inc/phNfcLlcpTypes.h +++ b/inc/phNfcLlcpTypes.h @@ -44,6 +44,8 @@ #define PHFRINFC_LLCP_RW_DEFAULT 1 /**< Default RW value (in frames).*/ #define PHFRINFC_LLCP_OPTION_DEFAULT 0 /**< Default OPTION value (in frames).*/ #define PHFRINFC_LLCP_MIUX_DEFAULT 0 /**< Default MIUX value (in bytes) */ +#define PHFRINFC_LLCP_MIUX_MAX 0x7FF /**< Max MIUX value (in bytes) */ +#define PHFRINFC_LLCP_PDU_HEADER_MAX 3 /**< Max size of PDU header (in bytes) */ #define PHFRINFC_LLCP_SN_MAX_LENGTH 255 /**< Max length value for the Service Name */ #define PHFRINFC_LLCP_RW_MAX 15 /**< Max RW value (in frames).*/ /*@}*/ @@ -56,6 +58,7 @@ */ /*@{*/ #define PHFRINFC_LLCP_NB_SOCKET_MAX 10 /**< Max.number of simultaneous sockets */ +#define PHFRINFC_LLCP_SNL_RESPONSE_MAX 256 /**< Max.number of simultaneous discovery requests */ /*@}*/ /** diff --git a/inc/phNfcTypes.h b/inc/phNfcTypes.h index 1f0fe1c..914ae07 100644 --- a/inc/phNfcTypes.h +++ b/inc/phNfcTypes.h @@ -1098,6 +1098,7 @@ typedef struct phNfc_sADD_Cfg_t This is used to enable NFC-IP Discovery The related Reader Type will be implicitly selected */ + uint8_t NfcIP_Target_Mode ; uint8_t NfcIP_Tgt_Disable; /**< Flag to disable the NFCIP1 TARGET */ } phNfc_sADD_Cfg_t; |