Home
last modified time | relevance | path

Searched refs:ee_disable_disc (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/nfa/hci/
Dnfa_hci_main.cc102 if (nfa_hci_cb.ee_disable_disc) break; in nfa_hci_ee_info_cback()
103 nfa_hci_cb.ee_disable_disc = true; in nfa_hci_ee_info_cback()
135 if (nfa_hci_cb.ee_disable_disc) { in nfa_hci_ee_info_cback()
434 nfa_hci_cb.ee_disable_disc = true; in nfa_hci_proc_nfcc_power_mode()
483 nfa_hci_cb.ee_disable_disc = true; in nfa_hci_dh_startup_complete()
Dnfa_hci_act.cc1681 if ((nfa_hci_cb.ee_disable_disc) && in nfa_hci_handle_admin_gate_evt()
1695 if ((nfa_hci_cb.ee_disable_disc) && in nfa_hci_handle_admin_gate_evt()
/system/nfc/src/nfa/include/
Dnfa_hci_int.h397 bool ee_disable_disc; /* EE Discovery operation is disabled */ member