Searched refs:NFC_MAX_ATTRIB_LEN (Results 1 – 2 of 2) sorted by relevance
653 #define NFC_MAX_ATTRIB_LEN NCI_MAX_ATTRIB_LEN macro658 UINT8 attrib_res[NFC_MAX_ATTRIB_LEN];/* ATTRIB RES */667 UINT8 attrib_req[NFC_MAX_ATTRIB_LEN];/* ATTRIB REQ (Byte 2 - 10+k)*/
860 if (p_pb_iso->attrib_res_len > NFC_MAX_ATTRIB_LEN) in nfc_ncif_proc_activate()861 p_pb_iso->attrib_res_len = NFC_MAX_ATTRIB_LEN; in nfc_ncif_proc_activate()884 if (p_lb_iso->attrib_req_len > NFC_MAX_ATTRIB_LEN) in nfc_ncif_proc_activate()885 p_lb_iso->attrib_req_len = NFC_MAX_ATTRIB_LEN; in nfc_ncif_proc_activate()