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.cc965 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()
/system/nfc/src/include/
Dnci_defs.h661 uint8_t attrib_res_len; /* Length of ATTRIB RES */ member
/system/nfc/src/nfc/include/
Dnfc_api.h671 uint8_t attrib_res_len; /* Length of ATTRIB RES */ member