Searched refs:cmd_tx_queue (Results 1 – 3 of 3) sorted by relevance
232 struct kfifo cmd_tx_queue; member
106 static struct kfifo cmd_tx_queue; variable256 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()
344 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 21 milliseconds