Home
last modified time | relevance | path

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

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