![]() |
nRF Connect SDK API 3.3.99
|
| int bt_le_audio_tx_stream_started | ( | struct bt_le_audio_tx_ctx * | ctx, |
| struct stream_index | stream_idx ) |
#include <applications/nrf_audio/src/bluetooth/bt_stream/bt_le_audio_tx/bt_le_audio_tx.h>
Initializes a stream. Must be called when a TX stream is started.
| [in] | ctx | Pointer to TX context. |
| [in] | stream_idx | Stream index. |
| 0 | Success. |
| -EINVAL | ctx is NULL or the module has not been initialized. |
| -ESPIPE | stream_idx is out of bounds. |