nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ bt_le_audio_tx_stream_started()

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.

Parameters
[in]ctxPointer to TX context.
[in]stream_idxStream index.
Return values
0Success.
-EINVALctx is NULL or the module has not been initialized.
-ESPIPEstream_idx is out of bounds.