Searched refs:gate_rsp (Results 1 – 1 of 1) sorted by relevance
1776 uint8_t gate_rsp[3 + NFA_HCI_MAX_GATE_CB], num_gates; in nfa_hci_handle_identity_mgmt_gate_pkt() local1822 gate_rsp[0] = NFA_HCI_LOOP_BACK_GATE; in nfa_hci_handle_identity_mgmt_gate_pkt()1823 gate_rsp[1] = NFA_HCI_IDENTITY_MANAGEMENT_GATE; in nfa_hci_handle_identity_mgmt_gate_pkt()1824 gate_rsp[2] = NFA_HCI_CONNECTIVITY_GATE; in nfa_hci_handle_identity_mgmt_gate_pkt()1825 num_gates = nfa_hciu_get_allocated_gate_list(&gate_rsp[3]); in nfa_hci_handle_identity_mgmt_gate_pkt()1827 p_rsp = gate_rsp; in nfa_hci_handle_identity_mgmt_gate_pkt()