HomeSort by relevance Sort by last modified time
    Searched refs:local_gate (Results 1 - 6 of 6) sorted by null

  /external/libnfc-nci/src/nfa/hci/
nfa_hci_utils.c 226 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,
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)
571 local_gate, pipe_id, dest_host, dest_gate);
580 p_pipe->local_gate = local_gate
    [all...]
nfa_hci_act.c 435 if (pp->local_gate == pg->gate_id)
445 if (pp->pipe_id != 0 && pp->local_gate == NFA_HCI_CONNECTIVITY_GATE)
449 else if (pp->pipe_id != 0 && pp->local_gate == NFA_HCI_LOOP_BACK_GATE)
453 else if (pp->pipe_id >= NFA_HCI_FIRST_DYNAMIC_PIPE && pp->pipe_id <= NFA_HCI_LAST_DYNAMIC_PIPE && pp->pipe_id && pp->local_gate >= NFA_HCI_FIRST_PROP_GATE && pp->local_gate <= NFA_HCI_LAST_PROP_GATE)
457 if (pp->local_gate == pg->gate_id)
685 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate);
732 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate);
782 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate);
829 p_gate = nfa_hciu_find_gate_by_gid (p_pipe->local_gate);
    [all...]
nfa_hci_main.c 333 if ( (((nfa_hci_cb.cfg.dyn_pipes[xx].local_gate != NFA_HCI_LOOP_BACK_GATE) && (nfa_hci_cb.cfg.dyn_pipes[xx].local_gate != NFA_HCI_IDENTITY_MANAGEMENT_GATE)) && (nfa_hci_cb.cfg.dyn_pipes[xx].local_gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE))
334 ||(nfa_hci_cb.cfg.dyn_pipes[xx].local_gate > NFA_HCI_LAST_PROP_GATE))
355 if (nfa_hci_cb.cfg.dyn_pipes[xx].local_gate == valid_gate[zz])
360 NFA_TRACE_EVENT1 ("nfa_hci_is_valid_cfg Invalid Gate: %u", nfa_hci_cb.cfg.dyn_pipes[xx].local_gate);
386 if (nfa_hci_cb.cfg.dyn_pipes[xx].local_gate != NFA_HCI_IDENTITY_MANAGEMENT_GATE)
    [all...]
nfa_hci_api.c     [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 323 UINT8 local_gate; /* local gate id */ member in struct:__anon7896
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);
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 84 UINT8 local_gate; /* local gate id */ member in struct:__anon7733

Completed in 155 milliseconds