Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_stream_tx.c46 static bool stream_is_streaming(const struct bt_bap_stream *bap_stream) in stream_is_streaming() function
91 if (stream_is_streaming(bap_stream) && in tx_thread_func()
105 if (!stream_is_streaming(bap_stream)) { in tx_thread_func()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_audio_stream.c54 static bool stream_is_streaming(const struct bt_bap_stream *bap_stream) in stream_is_streaming() function
98 if (!stream_is_streaming(bap_stream) || in tx_thread_func()
115 if (!stream_is_streaming(bap_stream)) { in tx_thread_func()
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dstream_tx.c35 static bool stream_is_streaming(const struct bt_bap_stream *bap_stream) in stream_is_streaming() function
81 if (stream_is_streaming(bap_stream)) { in tx_thread_func()