Searched refs:send_evt (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c1017 if ((p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->send_evt.pipe)) != NULL)
1019 app_handle = nfa_hciu_get_pipe_owner (p_evt_data->send_evt.pipe);
1022 &&((app_handle == p_evt_data->send_evt.hci_handle || p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GATE)) )
1032 status = nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_EVENT_TYPE, p_evt_data->send_evt.evt_code,
1033 p_evt_data->send_evt.evt_len, p_evt_data->send_evt.p_evt_buf);
1043 if (p_evt_data->send_evt.rsp_len)
1045 nfa_hci_cb.pipe_in_use = p_evt_data->send_evt.pipe;
1046 nfa_hci_cb.rsp_buf_size = p_evt_data->send_evt.rsp_len;
1047 nfa_hci_cb.p_rsp_buf = p_evt_data->send_evt
[all...]
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h307 tNFA_HCI_API_SEND_EVENT_EVT send_evt; /* Send a command on a pipe to a host */ member in union:__anon10237

Completed in 448 milliseconds