Home
last modified time | relevance | path

Searched refs:wait_for_completion (Results 1 – 2 of 2) 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() argument
332 if (wait_for_completion) { in bt_conn_tx_notify()
338 ARG_UNUSED(wait_for_completion); in bt_conn_tx_notify()