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.c319 void bt_conn_tx_notify(struct bt_conn *conn, bool wait_for_completion) in bt_conn_tx_notify() function
487 bt_conn_tx_notify(conn, true); in bt_conn_recv()
1262 bt_conn_tx_notify(conn, true); in bt_conn_set_state()
DKconfig138 bt_conn_tx_notify processing. The option can be used to make Bluetooth
Dhci_core.c614 bt_conn_tx_notify(conn, false); in hci_num_completed_packets()
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst194 … (:c:func:`bt_conn_tx_notify`) to make Bluetooth stack more independent from the system workqueue.