Searched refs:NFA_HCI_EVENT_TYPE (Results 1 - 4 of 4) sorted by last modified time

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c1032 status = nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_EVENT_TYPE, p_evt_data->send_evt.evt_code,
1788 case NFA_HCI_EVENT_TYPE:
2093 else if (nfa_hci_cb.type == NFA_HCI_EVENT_TYPE)
2157 else if (nfa_hci_cb.type == NFA_HCI_EVENT_TYPE)
2171 nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_EVENT_TYPE, NFA_HCI_EVT_POST_DATA, data_len, p_data);
H A Dnfa_hci_main.c742 if ((pipe >= NFA_HCI_FIRST_DYNAMIC_PIPE) && (nfa_hci_cb.type == NFA_HCI_EVENT_TYPE))
793 &&((nfa_hci_cb.type == NFA_HCI_RESPONSE_TYPE) || (nfa_hci_cb.w4_rsp_evt && (nfa_hci_cb.type == NFA_HCI_EVENT_TYPE))) )
811 else if (nfa_hci_cb.type == NFA_HCI_EVENT_TYPE)
829 if ((nfa_hci_cb.type == NFA_HCI_RESPONSE_TYPE) || (nfa_hci_cb.w4_rsp_evt && (nfa_hci_cb.type == NFA_HCI_EVENT_TYPE)))
1063 &&(nfa_hci_cb.type == NFA_HCI_EVENT_TYPE) )
H A Dnfa_hci_utils.c1222 case NFA_HCI_EVENT_TYPE:
1356 case NFA_HCI_EVENT_TYPE:
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_defs.h57 #define NFA_HCI_EVENT_TYPE 0x01 macro

Completed in 206 milliseconds