Home
last modified time | relevance | path

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

/system/nfc/src/nfa/hci/
Dnfa_hci_act.cc1770 uint8_t gate_rsp[3 + NFA_HCI_MAX_GATE_CB], num_gates; in nfa_hci_handle_identity_mgmt_gate_pkt() local
1816 gate_rsp[0] = NFA_HCI_LOOP_BACK_GATE; in nfa_hci_handle_identity_mgmt_gate_pkt()
1817 gate_rsp[1] = NFA_HCI_IDENTITY_MANAGEMENT_GATE; in nfa_hci_handle_identity_mgmt_gate_pkt()
1818 gate_rsp[2] = NFA_HCI_CONNECTIVITY_GATE; in nfa_hci_handle_identity_mgmt_gate_pkt()
1819 num_gates = nfa_hciu_get_allocated_gate_list(&gate_rsp[3]); in nfa_hci_handle_identity_mgmt_gate_pkt()
1821 p_rsp = gate_rsp; in nfa_hci_handle_identity_mgmt_gate_pkt()