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

  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 813 p_pa_iso->ats_res_len = *p++;
815 if (p_pa_iso->ats_res_len == 0)
818 if (p_pa_iso->ats_res_len > NFC_MAX_ATS_LEN)
819 p_pa_iso->ats_res_len = NFC_MAX_ATS_LEN;
820 STREAM_TO_ARRAY (p_pa_iso->ats_res, p, p_pa_iso->ats_res_len);
838 p_pa_iso->his_byte_len = (UINT8) (p_pa_iso->ats_res_len - (pp - p_pa_iso->ats_res));
    [all...]
  /external/libnfc-nci/src/hal/include/
nci_defs.h 699 UINT8 ats_res_len; /* Length of ATS RES */ member in struct:__anon10188
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 610 UINT8 ats_res_len; /* Length of ATS RES */ member in struct:__anon10574
    [all...]

Completed in 33 milliseconds