Searched refs:create_pipe (Results 1 – 2 of 2) sorted by relevance
597 nfa_hciu_find_gate_by_gid(p_evt_data->create_pipe.source_gate); in nfa_hci_api_create_pipe()603 (p_gate->gate_owner != p_evt_data->create_pipe.hci_handle)) { in nfa_hci_api_create_pipe()608 p_evt_data->create_pipe.hci_handle, in nfa_hci_api_create_pipe()609 p_evt_data->create_pipe.source_gate); in nfa_hci_api_create_pipe()611 p_evt_data->create_pipe.source_gate, in nfa_hci_api_create_pipe()612 p_evt_data->create_pipe.dest_host, in nfa_hci_api_create_pipe()613 p_evt_data->create_pipe.dest_gate)) { in nfa_hci_api_create_pipe()621 evt_data.created.source_gate = p_evt_data->create_pipe.source_gate; in nfa_hci_api_create_pipe()627 if (nfa_hciu_is_host_reseting(p_evt_data->create_pipe.dest_gate)) { in nfa_hci_api_create_pipe()632 nfa_hci_cb.local_gate_in_use = p_evt_data->create_pipe.source_gate; in nfa_hci_api_create_pipe()[all …]
297 tNFA_HCI_API_CREATE_PIPE_EVT create_pipe; /* Create a pipe */ member