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

  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 835 p_pb_iso->attrib_res_len = *p++;
837 if (p_pb_iso->attrib_res_len == 0)
840 if (p_pb_iso->attrib_res_len > NFC_MAX_ATTRIB_LEN)
841 p_pb_iso->attrib_res_len = NFC_MAX_ATTRIB_LEN;
842 STREAM_TO_ARRAY (p_pb_iso->attrib_res, p, p_pb_iso->attrib_res_len);
844 if (p_pb_iso->attrib_res_len > NFC_PB_ATTRIB_REQ_FIXED_BYTES)
846 p_pb_iso->hi_info_len = p_pb_iso->attrib_res_len - NFC_PB_ATTRIB_REQ_FIXED_BYTES;
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/include/
nci_defs.h 726 UINT8 attrib_res_len; /* Length of ATTRIB RES */ member in struct:__anon8941
  /external/libnfc-nci/src/hal/include/
nci_defs.h 726 UINT8 attrib_res_len; /* Length of ATTRIB RES */ member in struct:__anon9021
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 646 UINT8 attrib_res_len; /* Length of ATTRIB RES */ member in struct:__anon9407
    [all...]

Completed in 2878 milliseconds