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

  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 853 ALOGD ("%s: T4T; ISO_DEP for tech A; copy historical bytes; len=%u", fn, pa_iso.his_byte_len);
854 actBytes.reset(e->NewByteArray(pa_iso.his_byte_len))
    [all...]
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 616 UINT8 his_byte_len; /* len of historical bytes */ member in struct:__anon8012
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 841 p_pa_iso->his_byte_len = (UINT8) (p_pa_iso->ats_res_len - (pp - p_pa_iso->ats_res));
842 memcpy (p_pa_iso->his_byte, pp, p_pa_iso->his_byte_len);
    [all...]

Completed in 162 milliseconds