Home
last modified time | relevance | path

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

/system/nfc/src/nfa/hci/
Dnfa_hci_main.cc92 if ((!nfa_hci_cb.ee_disc_cmplt) && in nfa_hci_ee_info_cback()
96 nfa_hci_cb.ee_disc_cmplt = true; in nfa_hci_ee_info_cback()
441 nfa_hci_cb.ee_disc_cmplt = false; in nfa_hci_proc_nfcc_power_mode()
594 if (nfa_hci_cb.nv_read_cmplt && nfa_hci_cb.ee_disc_cmplt && in nfa_hci_startup()
/system/nfc/src/nfa/include/
Dnfa_hci_int.h393 bool ee_disc_cmplt; /* EE Discovery operation completed */ member