![]() |
nRF Connect SDK API 3.3.99
|
| int bt_le_audio_tx_init | ( | struct bt_le_audio_tx_ctx * | ctx, |
| bool | is_clock_master ) |
#include <applications/nrf_audio/src/bluetooth/bt_stream/bt_le_audio_tx/bt_le_audio_tx.h>
Initializes the TX path for ISO transmission.
| [in] | ctx | Pointer to TX context. |
| [in] | is_clock_master | Set to true if this device is a Bluetooth central, (Unicast client) or Broadcast source, false = peripheral (unicast server) or Broadcast sink. |
| 0 | Success. |
| -EINVAL | ctx is NULL or required configuration is missing. |