Searched refs:attrib_req_len (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_ncif.c859 p_lb_iso->attrib_req_len = *p++;
861 if (p_lb_iso->attrib_req_len == 0)
864 if (p_lb_iso->attrib_req_len > NFC_MAX_ATTRIB_LEN)
865 p_lb_iso->attrib_req_len = NFC_MAX_ATTRIB_LEN;
866 STREAM_TO_ARRAY (p_lb_iso->attrib_req, p, p_lb_iso->attrib_req_len);
868 if (p_lb_iso->attrib_req_len > NFC_LB_ATTRIB_REQ_FIXED_BYTES)
870 p_lb_iso->hi_info_len = p_lb_iso->attrib_req_len - NFC_LB_ATTRIB_REQ_FIXED_BYTES;
/external/libnfc-nci/halimpl/bcm2079x/hal/include/
H A Dnci_defs.h732 UINT8 attrib_req_len; /* Length of ATTRIB REQ */ member in struct:__anon7390
/external/libnfc-nci/src/hal/include/
H A Dnci_defs.h732 UINT8 attrib_req_len; /* Length of ATTRIB REQ */ member in struct:__anon7470
/external/libnfc-nci/src/nfc/include/
H A Dnfc_api.h655 UINT8 attrib_req_len; /* Length of ATTRIB REQ */ member in struct:__anon7856

Completed in 453 milliseconds