Searched refs:attrib_res_len (Results 1 – 3 of 3) sorted by relevance
964 p_pb_iso->attrib_res_len = *p++; in nfc_ncif_proc_activate()966 if (p_pb_iso->attrib_res_len == 0) break; in nfc_ncif_proc_activate()968 if (p_pb_iso->attrib_res_len > NFC_MAX_ATTRIB_LEN) in nfc_ncif_proc_activate()969 p_pb_iso->attrib_res_len = NFC_MAX_ATTRIB_LEN; in nfc_ncif_proc_activate()970 STREAM_TO_ARRAY(p_pb_iso->attrib_res, p, p_pb_iso->attrib_res_len); in nfc_ncif_proc_activate()972 if (p_pb_iso->attrib_res_len > NFC_PB_ATTRIB_REQ_FIXED_BYTES) { in nfc_ncif_proc_activate()974 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
672 uint8_t attrib_res_len; /* Length of ATTRIB RES */ member