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     [all...]
  /system/nfc/src/nfc/nfc/
nfc_ncif.c 777 p_pa_iso->his_byte_len =
779 if (p_pa_iso->his_byte_len > NFC_MAX_HIS_BYTES_LEN)
780 p_pa_iso->his_byte_len = NFC_MAX_HIS_BYTES_LEN;
781 memcpy(p_pa_iso->his_byte, pp, p_pa_iso->his_byte_len);
    [all...]
  /system/nfc/src/nfc/include/
nfc_api.h 648 uint8_t his_byte_len; /* len of historical bytes */ member in struct:__anon107568
    [all...]

Completed in 124 milliseconds