Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_core.h232 struct kfifo cmd_tx_queue; member
A Dhci_api.c106 static struct kfifo cmd_tx_queue; variable
256 buf = net_buf_get(&cmd_tx_queue, K_NO_WAIT); in send_cmd()
344 net_buf_put(&cmd_tx_queue, buf); in bt_hci_cmd_send()
371 net_buf_put(&cmd_tx_queue, buf); in bt_hci_cmd_send_sync()
1769 &cmd_tx_queue, in hci_tx_thread()
1813 k_fifo_init(&cmd_tx_queue); in hci_api_init()
A Dhci_core.c344 net_buf_put(&bt_dev.cmd_tx_queue, buf); in bt_hci_cmd_send()
371 net_buf_put(&bt_dev.cmd_tx_queue, buf); in bt_hci_cmd_send_sync()
5832 buf = net_buf_get(&bt_dev.cmd_tx_queue, K_NO_WAIT); in send_cmd()
6089 &bt_dev.cmd_tx_queue, BT_EVENT_CMD_TX), in hci_tx_thread()
7362 k_fifo_init(&bt_dev.cmd_tx_queue); in bt_enable()

Completed in 18 milliseconds