Searched refs:gate_rsp (Results 1 – 1 of 1) sorted by relevance
1795 uint8_t gate_rsp[3 + NFA_HCI_MAX_GATE_CB], num_gates; in nfa_hci_handle_identity_mgmt_gate_pkt() local1841 gate_rsp[0] = NFA_HCI_LOOP_BACK_GATE; in nfa_hci_handle_identity_mgmt_gate_pkt()1842 gate_rsp[1] = NFA_HCI_IDENTITY_MANAGEMENT_GATE; in nfa_hci_handle_identity_mgmt_gate_pkt()1843 gate_rsp[2] = NFA_HCI_CONNECTIVITY_GATE; in nfa_hci_handle_identity_mgmt_gate_pkt()1844 num_gates = nfa_hciu_get_allocated_gate_list(&gate_rsp[3]); in nfa_hci_handle_identity_mgmt_gate_pkt()1846 p_rsp = gate_rsp; in nfa_hci_handle_identity_mgmt_gate_pkt()