Home
last modified time | relevance | path

Searched refs:his_byte_len (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc900 p_pa_iso->his_byte_len = in nfc_ncif_proc_activate()
902 if (p_pa_iso->his_byte_len > NFC_MAX_HIS_BYTES_LEN) in nfc_ncif_proc_activate()
903 p_pa_iso->his_byte_len = NFC_MAX_HIS_BYTES_LEN; in nfc_ncif_proc_activate()
904 memcpy(p_pa_iso->his_byte, pp, p_pa_iso->his_byte_len); in nfc_ncif_proc_activate()
/system/nfc/src/nfc/include/
Dnfc_api.h639 uint8_t his_byte_len; /* len of historical bytes */ member