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.cc917 p_pb_iso->attrib_res_len = *p++; in nfc_ncif_proc_activate()
919 if (p_pb_iso->attrib_res_len == 0) break; in nfc_ncif_proc_activate()
921 if (p_pb_iso->attrib_res_len > NFC_MAX_ATTRIB_LEN) in nfc_ncif_proc_activate()
922 p_pb_iso->attrib_res_len = NFC_MAX_ATTRIB_LEN; in nfc_ncif_proc_activate()
923 STREAM_TO_ARRAY(p_pb_iso->attrib_res, p, p_pb_iso->attrib_res_len); in nfc_ncif_proc_activate()
925 if (p_pb_iso->attrib_res_len > NFC_PB_ATTRIB_REQ_FIXED_BYTES) { in nfc_ncif_proc_activate()
927 p_pb_iso->attrib_res_len - NFC_PB_ATTRIB_REQ_FIXED_BYTES; in nfc_ncif_proc_activate()
/system/nfc/src/include/
Dnci_defs.h659 uint8_t attrib_res_len; /* Length of ATTRIB RES */ member
/system/nfc/src/nfc/include/
Dnfc_api.h670 uint8_t attrib_res_len; /* Length of ATTRIB RES */ member