Home
last modified time | relevance | path

Searched refs:attrib_res_len (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc1180 p_pb_iso->attrib_res_len = *p++; in nfc_ncif_proc_activate()
1182 if (p_pb_iso->attrib_res_len == 0) break; in nfc_ncif_proc_activate()
1184 if (p_pb_iso->attrib_res_len > NFC_MAX_ATTRIB_LEN) in nfc_ncif_proc_activate()
1185 p_pb_iso->attrib_res_len = NFC_MAX_ATTRIB_LEN; in nfc_ncif_proc_activate()
1187 if (plen < p_pb_iso->attrib_res_len) { in nfc_ncif_proc_activate()
1191 plen -= p_pb_iso->attrib_res_len; in nfc_ncif_proc_activate()
1192 STREAM_TO_ARRAY(p_pb_iso->attrib_res, p, p_pb_iso->attrib_res_len); in nfc_ncif_proc_activate()
1194 if (p_pb_iso->attrib_res_len > NFC_PB_ATTRIB_REQ_FIXED_BYTES) { in nfc_ncif_proc_activate()
1196 p_pb_iso->attrib_res_len - NFC_PB_ATTRIB_REQ_FIXED_BYTES; in nfc_ncif_proc_activate()
/system/nfc/src/include/
Dnci_defs.h661 uint8_t attrib_res_len; /* Length of ATTRIB RES */ member
/system/nfc/src/nfc/include/
Dnfc_api.h673 uint8_t attrib_res_len; /* Length of ATTRIB RES */ member