HomeSort by relevance Sort by last modified time
    Searched refs:nfa_rw_handle_event (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/nfa/rw/
nfa_rw_main.c 41 nfa_rw_handle_event,
134 nfa_rw_handle_event ((BT_HDR *) &msg);
140 nfa_rw_handle_event ((BT_HDR *) &msg);
166 nfa_rw_handle_event ((BT_HDR *) &msg);
172 ** Function nfa_rw_handle_event
179 BOOLEAN nfa_rw_handle_event(BT_HDR *p_msg) function
184 NFA_TRACE_EVENT3 ("nfa_rw_handle_event event: %s (0x%02x), flags: %08x", nfa_rw_evt_2_str (p_msg->event), p_msg->event, nfa_rw_cb.flags);
186 NFA_TRACE_EVENT2 ("nfa_rw_handle_event event: 0x%x, flags: %08x",p_msg->event, nfa_rw_cb.flags);
196 NFA_TRACE_ERROR1 ("nfa_rw_handle_event: unhandled event 0x%02X", p_msg->event);
nfa_rw_act.c 427 nfa_rw_handle_event(p_pending_msg);
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_rw_int.h 333 extern BOOLEAN nfa_rw_handle_event (BT_HDR *p_msg);

Completed in 37 milliseconds