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

  /external/libnfc-nci/src/nfa/include/
nfa_hci_defs.h 36 #define NFA_HCI_LAST_PROP_GATE 0xFF
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_main.c 257 ||(nfa_hci_cb.cfg.dyn_gates[xx].gate_id > NFA_HCI_LAST_PROP_GATE))
330 ||(nfa_hci_cb.cfg.dyn_pipes[xx].local_gate > NFA_HCI_LAST_PROP_GATE))
335 ||(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++)
281 if (gate_id == NFA_HCI_LAST_PROP_GATE)
    [all...]

Completed in 20 milliseconds