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 814 p_pa_iso->ats_res_len = *p++;
816 if (p_pa_iso->ats_res_len == 0)
819 if (p_pa_iso->ats_res_len > NFC_MAX_ATS_LEN)
820 p_pa_iso->ats_res_len = NFC_MAX_ATS_LEN;
821 STREAM_TO_ARRAY (p_pa_iso->ats_res, p, p_pa_iso->ats_res_len);
839 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:__anon22236
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 611 UINT8 ats_res_len; /* Length of ATS RES */ member in struct:__anon22624
    [all...]

Completed in 7120 milliseconds