Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dconn.c263 static struct k_work_q *tx_notify_workqueue_get(void) in tx_notify_workqueue_get() function
275 __ASSERT_NO_MSG(k_current_get() == k_work_queue_thread_get(tx_notify_workqueue_get())); in tx_notify_process()
324 if (k_current_get() == k_work_queue_thread_get(tx_notify_workqueue_get())) { in bt_conn_tx_notify()
330 err = k_work_submit_to_queue(tx_notify_workqueue_get(), &conn->tx_complete_work); in bt_conn_tx_notify()