Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/nfc/
Dnfc_ncif.c855 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()
/external/libnfc-nci/src/hal/include/
Dnci_defs.h711 UINT8 attrib_res_len; /* Length of ATTRIB RES */ member
/external/libnfc-nci/src/nfc/include/
Dnfc_api.h657 UINT8 attrib_res_len; /* Length of ATTRIB RES */ member