Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dconn.c1003 static volatile bool _suspend_tx; variable
1008 _suspend_tx = suspend; in bt_conn_suspend_tx()
1030 if (IS_ENABLED(CONFIG_BT_TESTING) && _suspend_tx) { in bt_conn_tx_processor()