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

Completed in 496 milliseconds