Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dmain.c239 static bool stream_tx_can_send(const struct bt_bap_stream *stream) in stream_tx_can_send() function
275 if (IS_ENABLED(CONFIG_BT_AUDIO_TX) && stream_tx_can_send(stream)) { in stream_started()
301 if (IS_ENABLED(CONFIG_BT_AUDIO_TX) && stream_tx_can_send(stream)) { in stream_stopped()