Searched refs:NFA_HCI_LOOP_BACK_GATE (Results 1 - 4 of 4) sorted by last modified time

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c449 else if (pp->pipe_id != 0 && pp->local_gate == NFA_HCI_LOOP_BACK_GATE)
1037 if (p_pipe->local_gate == NFA_HCI_LOOP_BACK_GATE)
1054 else if (p_pipe->local_gate == NFA_HCI_LOOP_BACK_GATE)
1061 if (p_pipe->local_gate == NFA_HCI_LOOP_BACK_GATE)
1286 ||(dest_gate == NFA_HCI_LOOP_BACK_GATE) )
1758 else if (p_pipe->local_gate == NFA_HCI_LOOP_BACK_GATE)
1858 gate_rsp[0] = NFA_HCI_LOOP_BACK_GATE;
H A Dnfa_hci_api.c373 if ( ((dest_gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE) && (dest_gate != NFA_HCI_LOOP_BACK_GATE) && (dest_gate != NFA_HCI_IDENTITY_MANAGEMENT_GATE))
H A Dnfa_hci_main.c258 if ( ( (nfa_hci_cb.cfg.dyn_gates[xx].gate_id != NFA_HCI_LOOP_BACK_GATE)
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))
338 if ( (((nfa_hci_cb.cfg.dyn_pipes[xx].dest_gate != NFA_HCI_LOOP_BACK_GATE) && (nfa_hci_cb.cfg.dyn_pipes[xx].dest_gate != NFA_HCI_IDENTITY_MANAGEMENT_GATE)) && (nfa_hci_cb.cfg.dyn_pipes[xx].dest_gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE))
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_defs.h31 #define NFA_HCI_LOOP_BACK_GATE 0x04 macro

Completed in 64 milliseconds