Searched refs:send_evt (Results 1 – 2 of 2) sorted by relevance
1017 if ((p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->send_evt.pipe)) != NULL) in nfa_hci_api_send_event()1019 app_handle = nfa_hciu_get_pipe_owner (p_evt_data->send_evt.pipe); in nfa_hci_api_send_event()1022 …&&((app_handle == p_evt_data->send_evt.hci_handle || p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GA… in nfa_hci_api_send_event()1032 … status = nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_EVENT_TYPE, p_evt_data->send_evt.evt_code, in nfa_hci_api_send_event()1033 … p_evt_data->send_evt.evt_len, p_evt_data->send_evt.p_evt_buf); in nfa_hci_api_send_event()1043 if (p_evt_data->send_evt.rsp_len) in nfa_hci_api_send_event()1045 nfa_hci_cb.pipe_in_use = p_evt_data->send_evt.pipe; in nfa_hci_api_send_event()1046 nfa_hci_cb.rsp_buf_size = p_evt_data->send_evt.rsp_len; in nfa_hci_api_send_event()1047 nfa_hci_cb.p_rsp_buf = p_evt_data->send_evt.p_rsp_buf; in nfa_hci_api_send_event()1048 if (p_evt_data->send_evt.rsp_timeout) in nfa_hci_api_send_event()[all …]
307 …tNFA_HCI_API_SEND_EVENT_EVT send_evt; /* Send a command on a pipe to… member