Searched refs:nfa_hciu_add_pipe_to_gate (Results 1 – 3 of 3) sorted by relevance
/external/libnfc-nci/src/nfa/hci/ |
D | nfa_hci_act.c | 1116 …if (nfa_hciu_add_pipe_to_gate (p_evt_data->add_static_pipe.pipe,pg->gate_id, p_evt_data->add_stati… in nfa_hci_api_add_static_pipe() 1300 …else if ((response = nfa_hciu_add_pipe_to_gate (pipe, dest_gate, source_host, source_gate)) == NFA… in nfa_hci_handle_admin_gate_cmd() 1319 … response = nfa_hciu_add_pipe_to_gate (pipe, dest_gate, source_host, source_gate); in nfa_hci_handle_admin_gate_cmd() 1585 nfa_hciu_add_pipe_to_gate (pipe, source_gate, dest_host, dest_gate); in nfa_hci_handle_admin_gate_rsp()
|
D | nfa_hci_utils.c | 520 tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_gate (UINT8 pipe_id, UINT8 local_gate, in nfa_hciu_add_pipe_to_gate() function
|
/external/libnfc-nci/src/nfa/int/ |
D | nfa_hci_int.h | 483 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_gate (UINT8 pipe, UINT8 local_gate, UINT8 dest_host…
|