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