Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h364 void bt_conn_tx_notify(struct bt_conn *conn, bool wait_for_completion);
Dconn.c320 void bt_conn_tx_notify(struct bt_conn *conn, bool wait_for_completion) in bt_conn_tx_notify() function
488 bt_conn_tx_notify(conn, true); in bt_conn_recv()
1269 bt_conn_tx_notify(conn, true); in bt_conn_set_state()
DKconfig142 bt_conn_tx_notify processing. The option can be used to make Bluetooth
Dhci_core.c617 bt_conn_tx_notify(conn, false); in hci_num_completed_packets()
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst192 … (:c:func:`bt_conn_tx_notify`) to make Bluetooth stack more independent from the system workqueue.