summaryrefslogtreecommitdiffstats
path: root/src/phHciNfc_NfcIPMgmt.h
diff options
context:
space:
mode:
authorSunil Jogi <sunil.jogi@nxp.com>2012-01-24 11:11:38 -0800
committerMartijn Coenen <maco@google.com>2012-01-27 12:17:34 -0800
commit32060a1ad89a5791039bf4a7e89db6cbc3e669d0 (patch)
treec4530293f616745716d137091b349a307d0b1fe2 /src/phHciNfc_NfcIPMgmt.h
parent7b187e70a5f0ffc021cc06a9f1a2bf2c0f8f8767 (diff)
downloadexternal_libnfc-nxp-32060a1ad89a5791039bf4a7e89db6cbc3e669d0.zip
external_libnfc-nxp-32060a1ad89a5791039bf4a7e89db6cbc3e669d0.tar.gz
external_libnfc-nxp-32060a1ad89a5791039bf4a7e89db6cbc3e669d0.tar.bz2
Adding support for handling maximum length supported by peer
Support for chaining is added based on maximum length supported by and passed in ATS by peer and maximum length supported by the device. Change-Id: I8f9f8468ff8ac9d3579bc8b6afbe3e2072e56de8
Diffstat (limited to 'src/phHciNfc_NfcIPMgmt.h')
-rw-r--r--src/phHciNfc_NfcIPMgmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phHciNfc_NfcIPMgmt.h b/src/phHciNfc_NfcIPMgmt.h
index 38bbe43..00e4b7b 100644
--- a/src/phHciNfc_NfcIPMgmt.h
+++ b/src/phHciNfc_NfcIPMgmt.h
@@ -68,7 +68,7 @@
/* LENGTH definition */
#define NFCIP_ATR_MAX_LENGTH PHHAL_MAX_ATR_LENGTH
#define NFCIP_NFCID_LENGTH PHHAL_MAX_UID_LENGTH
-
+#define NFCIP_MAX_DEP_REQ_HDR_LEN 0x05
typedef enum phHciNfc_eNfcIPType{
NFCIP_INVALID = 0x00U,