Searched defs:local_gate (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_utils.c226 if ((pg = nfa_hciu_find_gate_by_gid (pp->local_gate)) == NULL)
520 tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_gate (UINT8 pipe_id, UINT8 local_gate, argument
527 p_gate = nfa_hciu_find_gate_by_gid (local_gate);
538 p_pipe->local_gate = local_gate;
545 local_gate, pipe_id, pipe_index, p_gate->gate_owner);
550 NFA_TRACE_DEBUG1 ("nfa_hciu_add_pipe_to_gate: 0x%02x NOT FOUND", local_gate);
565 tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_static_gate (UINT8 local_gate, UINT8 pipe_id, UINT8 dest_host, UINT8 dest_gate) argument
571 local_gate, pipe_id, dest_host, dest_gate);
580 p_pipe->local_gate
641 nfa_hciu_check_pipe_between_gates(UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate) argument
[all...]
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h84 UINT8 local_gate; /* local gate id */ member in struct:__anon24028
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h323 UINT8 local_gate; /* local gate id */ member in struct:__anon24191
473 extern BOOLEAN nfa_hciu_check_pipe_between_gates (UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate);
483 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_gate (UINT8 pipe, UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate);
484 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_static_gate (UINT8 local_gate, UINT8 pipe_id, UINT8 dest_host, UINT8 dest_gate);

Completed in 38 milliseconds