Home
last modified time | relevance | path

Searched refs:NCI_VERSION_1_0 (Results 1 – 5 of 5) sorted by relevance

/system/nfc/src/include/
Dnfc_target.h157 #define NCI_VERSION_1_0 0x10 macro
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc1434 } else if ((*p_len) == NCI_CORE_RESET_RSP_LEN(NCI_VERSION_1_0)) { in nfc_ncif_proc_reset_rsp()
1435 nfc_cb.nci_version = NCI_VERSION_1_0; in nfc_ncif_proc_reset_rsp()
1451 if (nfc_cb.nci_version == NCI_VERSION_1_0) in nfc_ncif_proc_reset_rsp()
1452 nci_snd_core_init(NCI_VERSION_1_0); in nfc_ncif_proc_reset_rsp()
1497 nfc_cb.nci_version = NCI_VERSION_1_0; in nfc_ncif_proc_init_rsp()
Dnfc_main.cc213 if (nfc_cb.nci_version == NCI_VERSION_1_0) { in nfc_enabled()
/system/nfc/src/nfa/hci/
Dnfa_hci_main.cc672 if (NFC_GetNCIVersion() == NCI_VERSION_1_0) { in nfa_hci_sys_disable()
/system/nfc/src/nfa/dm/
Dnfa_dm_discover.cc1025 if (NFC_GetNCIVersion() == NCI_VERSION_1_0) { in nfa_dm_start_rf_discover()