Home
last modified time | relevance | path

Searched refs:NFCIP_ATR_MAX_LENGTH (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
DphHciNfc_NfcIPMgmt.h69 #define NFCIP_ATR_MAX_LENGTH PHHAL_MAX_ATR_LENGTH macro
120 uint8_t atr_res_info[NFCIP_ATR_MAX_LENGTH];
124 uint8_t atr_req_info[NFCIP_ATR_MAX_LENGTH];
DphHciNfc_NfcIPMgmt.c1280 if (reg_length <= NFCIP_ATR_MAX_LENGTH) in phHciNfc_NfcIP_InfoUpdate()
1444 if (reg_length <= NFCIP_ATR_MAX_LENGTH) in phHciNfc_NfcIP_InfoUpdate()
1763 (atr_info->generalBytesLength > NFCIP_ATR_MAX_LENGTH)) in phHciNfc_NfcIP_SetATRInfo()