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)*/
862 if (p_pb_iso->attrib_res_len > NFC_MAX_ATTRIB_LEN) in nfc_ncif_proc_activate()863 p_pb_iso->attrib_res_len = NFC_MAX_ATTRIB_LEN; in nfc_ncif_proc_activate()886 if (p_lb_iso->attrib_req_len > NFC_MAX_ATTRIB_LEN) in nfc_ncif_proc_activate()887 p_lb_iso->attrib_req_len = NFC_MAX_ATTRIB_LEN; in nfc_ncif_proc_activate()