Searched refs:send_rsp (Results 1 – 2 of 2) sorted by relevance
965 if ((p_pipe = nfa_hciu_find_pipe_by_pid (p_evt_data->send_rsp.pipe)) != NULL) in nfa_hci_api_send_rsp()967 app_handle = nfa_hciu_get_pipe_owner (p_evt_data->send_rsp.pipe); in nfa_hci_api_send_rsp()970 …&&((app_handle == p_evt_data->send_rsp.hci_handle || p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GA… in nfa_hci_api_send_rsp()974 …(status = nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_RESPONSE_TYPE, p_evt_data->send_rsp.response, in nfa_hci_api_send_rsp()975 … p_evt_data->send_rsp.size, p_evt_data->send_rsp.data)) == NFA_STATUS_OK) in nfa_hci_api_send_rsp()991 NFA_TRACE_WARNING1 ("nfa_hci_api_send_rsp pipe:%d not found", p_evt_data->send_rsp.pipe); in nfa_hci_api_send_rsp()997 nfa_hciu_send_to_app (NFA_HCI_RSP_SENT_EVT, &evt_data, p_evt_data->send_rsp.hci_handle); in nfa_hci_api_send_rsp()
306 …tNFA_HCI_API_SEND_RSP_EVT send_rsp; /* Response to a command sent … member