Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btu/
Dbtu_hcif.c159 tHCI_CMD_CB *p_hci_cmd_cb; in btu_hcif_store_cmd() local
168 p_hci_cmd_cb = &(btu_cb.hci_cmd_cb[controller_id]); in btu_hcif_store_cmd()
204 GKI_enqueue(&(p_hci_cmd_cb->cmd_cmpl_q), p_cmd); in btu_hcif_store_cmd()
210 p_hci_cmd_cb->checked_hcisu = FALSE; in btu_hcif_store_cmd()
212 btu_start_timer (&(p_hci_cmd_cb->cmd_cmpl_timer), in btu_hcif_store_cmd()
455 tHCI_CMD_CB * p_hci_cmd_cb = &(btu_cb.hci_cmd_cb[controller_id]); in btu_hcif_send_cmd() local
463 if ((p_buf) && (p_hci_cmd_cb->cmd_xmit_q.count)) in btu_hcif_send_cmd()
465 GKI_enqueue (&(p_hci_cmd_cb->cmd_xmit_q), p_buf); in btu_hcif_send_cmd()
471 && (p_hci_cmd_cb->cmd_window == 0) in btu_hcif_send_cmd()
474 p_hci_cmd_cb->cmd_window = p_hci_cmd_cb->cmd_xmit_q.count + 1; in btu_hcif_send_cmd()
[all …]