Home
last modified time | relevance | path

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

/external/libnfc-nci/src/hal/include/
Dnci_defs.h610 #define NCI_T1T_HR_LEN 2 macro
618 UINT8 hr[NCI_T1T_HR_LEN]; /* T1T HR0 is in hr[0], HR1 is in hr[1] */
/external/libnfc-nci/src/nfc/nfc/
Dnfc_ncif.c651 if (p_pa->hr_len == NCI_T1T_HR_LEN) in nfc_ncif_decode_rf_params()
955 if ((len_act == NCI_T1T_HR_LEN) && (p_pa->hr_len == 0)) in nfc_ncif_proc_activate()
957 p_pa->hr_len = NCI_T1T_HR_LEN; in nfc_ncif_proc_activate()