Searched refs:hci_host_reset_api_q (Results 1 – 2 of 2) sorted by relevance
79 ||((p_msg = (BT_HDR *) GKI_dequeue (&nfa_hci_cb.hci_host_reset_api_q)) == NULL) ) in nfa_hci_check_pending_api_requests()655 GKI_enqueue (&nfa_hci_cb.hci_host_reset_api_q, (BT_HDR *) p_evt_data); in nfa_hci_api_create_pipe()740 GKI_enqueue (&nfa_hci_cb.hci_host_reset_api_q, (BT_HDR *) p_evt_data); in nfa_hci_api_get_reg_value()790 GKI_enqueue (&nfa_hci_cb.hci_host_reset_api_q, (BT_HDR *) p_evt_data); in nfa_hci_api_set_reg_value()915 GKI_enqueue (&nfa_hci_cb.hci_host_reset_api_q, (BT_HDR *) p_evt_data); in nfa_hci_api_send_cmd()1026 GKI_enqueue (&nfa_hci_cb.hci_host_reset_api_q, (BT_HDR *) p_evt_data); in nfa_hci_api_send_event()
403 …BUFFER_Q hci_host_reset_api_q; /* Buffer Q to hold incoming A… member