Searched refs:attrib_res_len (Results 1 – 3 of 3) sorted by relevance
965 p_pb_iso->attrib_res_len = *p++; in nfc_ncif_proc_activate()967 if (p_pb_iso->attrib_res_len == 0) break; in nfc_ncif_proc_activate()969 if (p_pb_iso->attrib_res_len > NFC_MAX_ATTRIB_LEN) in nfc_ncif_proc_activate()970 p_pb_iso->attrib_res_len = NFC_MAX_ATTRIB_LEN; in nfc_ncif_proc_activate()971 STREAM_TO_ARRAY(p_pb_iso->attrib_res, p, p_pb_iso->attrib_res_len); in nfc_ncif_proc_activate()973 if (p_pb_iso->attrib_res_len > NFC_PB_ATTRIB_REQ_FIXED_BYTES) { in nfc_ncif_proc_activate()975 p_pb_iso->attrib_res_len - NFC_PB_ATTRIB_REQ_FIXED_BYTES; in nfc_ncif_proc_activate()
661 uint8_t attrib_res_len; /* Length of ATTRIB RES */ member
671 uint8_t attrib_res_len; /* Length of ATTRIB RES */ member