HomeSort by relevance Sort by last modified time
    Searched refs:attrib_req_len (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 879 p_lb_iso->attrib_req_len = *p++;
881 if (p_lb_iso->attrib_req_len == 0)
884 if (p_lb_iso->attrib_req_len > NFC_MAX_ATTRIB_LEN)
885 p_lb_iso->attrib_req_len = NFC_MAX_ATTRIB_LEN;
886 STREAM_TO_ARRAY (p_lb_iso->attrib_req, p, p_lb_iso->attrib_req_len);
888 if (p_lb_iso->attrib_req_len > NFC_LB_ATTRIB_REQ_FIXED_BYTES)
890 p_lb_iso->hi_info_len = p_lb_iso->attrib_req_len - NFC_LB_ATTRIB_REQ_FIXED_BYTES;
    [all...]
  /external/libnfc-nci/src/hal/include/
nci_defs.h 736 UINT8 attrib_req_len; /* Length of ATTRIB REQ */ member in struct:__anon28539
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 661 UINT8 attrib_req_len; /* Length of ATTRIB REQ */ member in struct:__anon28930
    [all...]

Completed in 84 milliseconds