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.cc105 if (nfa_hci_cb.ee_disable_disc) break; in nfa_hci_ee_info_cback()
106 nfa_hci_cb.ee_disable_disc = true; in nfa_hci_ee_info_cback()
138 if (nfa_hci_cb.ee_disable_disc) { in nfa_hci_ee_info_cback()
442 nfa_hci_cb.ee_disable_disc = true; in nfa_hci_proc_nfcc_power_mode()
491 nfa_hci_cb.ee_disable_disc = true; in nfa_hci_dh_startup_complete()
Dnfa_hci_act.cc1662 if ((nfa_hci_cb.ee_disable_disc) && in nfa_hci_handle_admin_gate_evt()
1676 if ((nfa_hci_cb.ee_disable_disc) && in nfa_hci_handle_admin_gate_evt()
/system/nfc/src/nfa/include/
Dnfa_hci_int.h395 bool ee_disable_disc; /* EE Discovery operation is disabled */ member