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

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c445 if (pp->pipe_id != 0 && pp->local_gate == NFA_HCI_CONNECTIVITY_GATE)
911 &&((app_handle == p_evt_data->send_cmd.hci_handle || p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GATE)) )
970 &&((app_handle == p_evt_data->send_rsp.hci_handle || p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GATE)) )
1022 &&((app_handle == p_evt_data->send_evt.hci_handle || p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GATE)) )
1762 else if (p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GATE)
1860 gate_rsp[2] = NFA_HCI_CONNECTIVITY_GATE;
H A Dnfa_hci_api.c223 &&((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))
H A Dnfa_hci_main.c279 if (nfa_hci_cb.cfg.dyn_gates[xx].gate_id != NFA_HCI_CONNECTIVITY_GATE)
678 nfa_hciu_alloc_gate (NFA_HCI_CONNECTIVITY_GATE,0);
H A Dnfa_hci_utils.c250 if ( (gate_id != NFA_HCI_CONNECTIVITY_GATE)
271 if (gate_id == NFA_HCI_CONNECTIVITY_GATE) gate_id++;
1386 if (p_pipe->local_gate == NFA_HCI_CONNECTIVITY_GATE)
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_defs.h40 #define NFA_HCI_CONNECTIVITY_GATE 0x41 macro

Completed in 104 milliseconds