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

  /external/libnfc-nci/src/nfa/include/
nfa_hci_defs.h 39 #define NFA_HCI_CONNECTIVITY_GATE 0x41
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c 445 if (pp->pipe_id != 0 && pp->local_gate == NFA_HCI_CONNECTIVITY_GATE)
872 &&((app_handle == p_evt_data->send_cmd.hci_handle || p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GATE)) )
    [all...]
nfa_hci_utils.c 250 if ((gate_id != NFA_HCI_CONNECTIVITY_GATE)
271 if (gate_id == NFA_HCI_CONNECTIVITY_GATE) gate_id++;
    [all...]
nfa_hci_main.c 275 if (nfa_hci_cb.cfg.dyn_gates[xx].gate_id != NFA_HCI_CONNECTIVITY_GATE)
671 nfa_hciu_alloc_gate (NFA_HCI_CONNECTIVITY_GATE,0);
    [all...]
nfa_hci_api.c 260 if ((gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE) || (gate > NFA_HCI_LAST_HOST_SPECIFIC_GENERIC_GATE) || (gate == NFA_HCI_CONNECTIVITY_GATE))
    [all...]

Completed in 187 milliseconds