Searched refs:nfa_hciu_add_pipe_to_gate (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h482 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_gate (UINT8 pipe, UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate);
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c1077 if (nfa_hciu_add_pipe_to_gate (p_evt_data->add_static_pipe.pipe,pg->gate_id, p_evt_data->add_static_pipe.host, p_evt_data->add_static_pipe.gate) != NFA_HCI_ANY_OK)
1256 if ((response = nfa_hciu_add_pipe_to_gate (pipe, dest_gate, source_host, source_gate)) == NFA_HCI_ANY_OK)
1535 nfa_hciu_add_pipe_to_gate (pipe, source_gate, dest_host, dest_gate);
H A Dnfa_hci_utils.c514 ** Function nfa_hciu_add_pipe_to_gate
522 tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_gate (UINT8 pipe_id, UINT8 local_gate, function
546 NFA_TRACE_DEBUG4 ("nfa_hciu_add_pipe_to_gate Gate ID: 0x%02x Pipe ID: 0x%02x pipe_index: %u App Handle: 0x%08x",
552 NFA_TRACE_DEBUG1 ("nfa_hciu_add_pipe_to_gate: 0x%02x NOT FOUND", local_gate);

Completed in 145 milliseconds