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 877 p_lb_iso->attrib_req_len = *p++;
879 if (p_lb_iso->attrib_req_len == 0)
882 if (p_lb_iso->attrib_req_len > NFC_MAX_ATTRIB_LEN)
883 p_lb_iso->attrib_req_len = NFC_MAX_ATTRIB_LEN;
884 STREAM_TO_ARRAY (p_lb_iso->attrib_req, p, p_lb_iso->attrib_req_len);
886 if (p_lb_iso->attrib_req_len > NFC_LB_ATTRIB_REQ_FIXED_BYTES)
888 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:__anon22237
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 661 UINT8 attrib_req_len; /* Length of ATTRIB REQ */ member in struct:__anon22625
    [all...]

Completed in 4373 milliseconds