Searched refs:NFC_MAX_ATS_LEN (Results 1 – 2 of 2) sorted by relevance
604 #define NFC_MAX_ATS_LEN NCI_MAX_ATS_LEN macro612 UINT8 ats_res[NFC_MAX_ATS_LEN]; /* ATS RES */629 UINT8 atr_res[NFC_MAX_ATS_LEN]; /* ATR_RES (Byte 3 - Byte 17+n) */640 UINT8 atr_req[NFC_MAX_ATS_LEN]; /* ATR_REQ (Byte 3 - Byte 18+n) */
821 if (p_pa_iso->ats_res_len > NFC_MAX_ATS_LEN) in nfc_ncif_proc_activate()822 p_pa_iso->ats_res_len = NFC_MAX_ATS_LEN; in nfc_ncif_proc_activate()911 if (p_pa_nfc->atr_res_len > NFC_MAX_ATS_LEN) in nfc_ncif_proc_activate()912 p_pa_nfc->atr_res_len = NFC_MAX_ATS_LEN; in nfc_ncif_proc_activate()