Home
last modified time | relevance | path

Searched refs:NFA_HCI_LOOP_BACK_GATE (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfa/include/
Dnfa_hci_defs.h30 #define NFA_HCI_LOOP_BACK_GATE 0x04 macro
/system/nfc/src/nfa/hci/
Dnfa_hci_act.cc431 } else if (pp->pipe_id != 0 && pp->local_gate == NFA_HCI_LOOP_BACK_GATE) { in nfa_hci_api_get_gate_pipe_list()
988 if (p_pipe->local_gate == NFA_HCI_LOOP_BACK_GATE) { in nfa_hci_api_send_event()
1002 } else if (p_pipe->local_gate == NFA_HCI_LOOP_BACK_GATE) { in nfa_hci_api_send_event()
1007 if (p_pipe->local_gate == NFA_HCI_LOOP_BACK_GATE) { in nfa_hci_api_send_event()
1225 (dest_gate == NFA_HCI_LOOP_BACK_GATE)) { in nfa_hci_handle_admin_gate_cmd()
1729 } else if (p_pipe->local_gate == NFA_HCI_LOOP_BACK_GATE) { in nfa_hci_handle_dyn_pipe_pkt()
1822 gate_rsp[0] = NFA_HCI_LOOP_BACK_GATE; in nfa_hci_handle_identity_mgmt_gate_pkt()
Dnfa_hci_main.cc254 if (((nfa_hci_cb.cfg.dyn_gates[xx].gate_id != NFA_HCI_LOOP_BACK_GATE) && in nfa_hci_is_valid_cfg()
335 NFA_HCI_LOOP_BACK_GATE) && in nfa_hci_is_valid_cfg()
345 NFA_HCI_LOOP_BACK_GATE) && in nfa_hci_is_valid_cfg()
Dnfa_hci_api.cc378 (dest_gate != NFA_HCI_LOOP_BACK_GATE) && in NFA_HciCreatePipe()