Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/include/
Dnfa_hci_api.h49 #define NFA_HCI_CLOSE_PIPE_EVT 0x07 /* Pipe is closed / could not close … macro
/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_act.c845 … nfa_hciu_send_to_app (NFA_HCI_CLOSE_PIPE_EVT, &evt_data, p_evt_data->close_pipe.hci_handle); in nfa_hci_api_close_pipe()
853 nfa_hciu_send_to_app (NFA_HCI_CLOSE_PIPE_EVT, &evt_data, p_evt_data->close_pipe.hci_handle); in nfa_hci_api_close_pipe()
1947 nfa_hciu_send_to_app (NFA_HCI_CLOSE_PIPE_EVT, &evt_data, app_handle); in nfa_hci_handle_generic_gate_cmd()
2004 nfa_hciu_send_to_app (NFA_HCI_CLOSE_PIPE_EVT, &evt_data, nfa_hci_cb.app_in_use); in nfa_hci_handle_generic_gate_rsp()
Dnfa_hci_main.c1006 evt = NFA_HCI_CLOSE_PIPE_EVT; in nfa_hci_rsp_timeout()