Home
last modified time | relevance | path

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

/system/nfc/src/nfa/include/
Dnfa_hci_int.h487 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_gate(uint8_t pipe,
/system/nfc/src/nfa/hci/
Dnfa_hci_act.cc1061 if (nfa_hciu_add_pipe_to_gate(p_evt_data->add_static_pipe.pipe, pg->gate_id, in nfa_hci_api_add_static_pipe()
1237 response = nfa_hciu_add_pipe_to_gate(pipe, dest_gate, source_host, in nfa_hci_handle_admin_gate_cmd()
1257 response = nfa_hciu_add_pipe_to_gate(pipe, dest_gate, source_host, in nfa_hci_handle_admin_gate_cmd()
1562 nfa_hciu_add_pipe_to_gate(pipe, source_gate, dest_host, dest_gate); in nfa_hci_handle_admin_gate_rsp()
Dnfa_hci_utils.cc497 tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_gate(uint8_t pipe_id, uint8_t local_gate, in nfa_hciu_add_pipe_to_gate() function