Searched defs:nfa_ee_evt_hdlr (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_main.c48 nfa_ee_evt_hdlr,
307 nfa_ee_evt_hdlr((BT_HDR *)&data);
364 nfa_ee_evt_hdlr (p_hdr);
654 ** Function nfa_ee_evt_hdlr
662 BOOLEAN nfa_ee_evt_hdlr (BT_HDR *p_msg) function
669 NFA_TRACE_DEBUG4 ("nfa_ee_evt_hdlr (): Event %s(0x%02x), State: %s(%d)",
673 NFA_TRACE_DEBUG2 ("nfa_ee_evt_hdlr (): Event 0x%02x, State: %d", p_evt_data->hdr.event, nfa_ee_cb.em_state);

Completed in 98 milliseconds