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

  /system/nfc/src/nfc/nfc/
nfc_ncif.c 819 p_lb_iso->attrib_req_len = *p++;
821 if (p_lb_iso->attrib_req_len == 0) break;
823 if (p_lb_iso->attrib_req_len > NFC_MAX_ATTRIB_LEN)
824 p_lb_iso->attrib_req_len = NFC_MAX_ATTRIB_LEN;
825 STREAM_TO_ARRAY(p_lb_iso->attrib_req, p, p_lb_iso->attrib_req_len);
827 if (p_lb_iso->attrib_req_len > NFC_LB_ATTRIB_REQ_FIXED_BYTES) {
829 p_lb_iso->attrib_req_len - NFC_LB_ATTRIB_REQ_FIXED_BYTES;
    [all...]
  /system/nfc/src/hal/include/
nci_defs.h 728 uint8_t attrib_req_len; /* Length of ATTRIB REQ */ member in struct:__anon107209
  /system/nfc/src/nfc/include/
nfc_api.h 687 uint8_t attrib_req_len; /* Length of ATTRIB REQ */ member in struct:__anon107573
    [all...]

Completed in 179 milliseconds