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

  /external/libnfc-nci/src/nfa/include/
nfa_hci_defs.h 37 #define NFA_HCI_LAST_PROP_GATE 0xFF
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_api.c 223 &&((gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE) || (gate > NFA_HCI_LAST_PROP_GATE) || (gate == NFA_HCI_CONNECTIVITY_GATE)) )
268 if ((gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE) || (gate > NFA_HCI_LAST_PROP_GATE) || (gate == NFA_HCI_CONNECTIVITY_GATE))
367 if ((source_gate_id < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE) || (source_gate_id > NFA_HCI_LAST_PROP_GATE))
374 ||(dest_gate > NFA_HCI_LAST_PROP_GATE))
    [all...]
nfa_hci_main.c 261 ||(nfa_hci_cb.cfg.dyn_gates[xx].gate_id > NFA_HCI_LAST_PROP_GATE))
334 ||(nfa_hci_cb.cfg.dyn_pipes[xx].local_gate > NFA_HCI_LAST_PROP_GATE))
339 ||(nfa_hci_cb.cfg.dyn_pipes[xx].dest_gate > NFA_HCI_LAST_PROP_GATE))
    [all...]
nfa_hci_utils.c 268 for (gate_id = NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE; gate_id <= NFA_HCI_LAST_PROP_GATE; gate_id++)
277 if (gate_id > NFA_HCI_LAST_PROP_GATE)
    [all...]
nfa_hci_act.c 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)
    [all...]

Completed in 608 milliseconds