Searched refs:attrib_res_len (Results 1 – 3 of 3) sorted by relevance
855 p_pb_iso->attrib_res_len = *p++; in nfc_ncif_proc_activate()857 if (p_pb_iso->attrib_res_len == 0) in nfc_ncif_proc_activate()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()862 STREAM_TO_ARRAY (p_pb_iso->attrib_res, p, p_pb_iso->attrib_res_len); in nfc_ncif_proc_activate()864 if (p_pb_iso->attrib_res_len > NFC_PB_ATTRIB_REQ_FIXED_BYTES) in nfc_ncif_proc_activate()866 p_pb_iso->hi_info_len = p_pb_iso->attrib_res_len - NFC_PB_ATTRIB_REQ_FIXED_BYTES; in nfc_ncif_proc_activate()
711 UINT8 attrib_res_len; /* Length of ATTRIB RES */ member
657 UINT8 attrib_res_len; /* Length of ATTRIB RES */ member