Searched refs:NFA_HCI_CLOSE_PIPE_EVT (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h49 #define NFA_HCI_CLOSE_PIPE_EVT 0x07 /* Pipe is closed / could not close */ macro
147 /* Data for NFA_HCI_CLOSE_PIPE_EVT */
256 tNFA_HCI_CLOSE_PIPE closed; /* NFA_HCI_CLOSE_PIPE_EVT */
555 ** NFA_HCI_CLOSE_PIPE_EVT with the pipe id.
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c845 nfa_hciu_send_to_app (NFA_HCI_CLOSE_PIPE_EVT, &evt_data, p_evt_data->close_pipe.hci_handle);
853 nfa_hciu_send_to_app (NFA_HCI_CLOSE_PIPE_EVT, &evt_data, p_evt_data->close_pipe.hci_handle);
1947 nfa_hciu_send_to_app (NFA_HCI_CLOSE_PIPE_EVT, &evt_data, app_handle);
2004 nfa_hciu_send_to_app (NFA_HCI_CLOSE_PIPE_EVT, &evt_data, nfa_hci_cb.app_in_use);
H A Dnfa_hci_main.c1006 evt = NFA_HCI_CLOSE_PIPE_EVT;

Completed in 1621 milliseconds