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

/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h48 #define NFA_HCI_OPEN_PIPE_EVT 0x06 /* Pipe is opened / could not open */ macro
140 /* Data for NFA_HCI_OPEN_PIPE_EVT */
255 tNFA_HCI_OPEN_PIPE opened; /* NFA_HCI_OPEN_PIPE_EVT */
425 ** NFA_HCI_OPEN_PIPE_EVT with the pipe id.
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c701 nfa_hciu_send_to_app (NFA_HCI_OPEN_PIPE_EVT, &evt_data, p_evt_data->open_pipe.hci_handle);
709 nfa_hciu_send_to_app (NFA_HCI_OPEN_PIPE_EVT, &evt_data, p_evt_data->open_pipe.hci_handle);
1938 nfa_hciu_send_to_app (NFA_HCI_OPEN_PIPE_EVT, &evt_data, app_handle);
1993 nfa_hciu_send_to_app (NFA_HCI_OPEN_PIPE_EVT, &evt_data, nfa_hci_cb.app_in_use);
H A Dnfa_hci_main.c996 evt = NFA_HCI_OPEN_PIPE_EVT;

Completed in 58 milliseconds