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

◆ bt_le_audio_tx_send()

int bt_le_audio_tx_send ( struct le_audio_tx_info tx,
uint8_t  num_tx,
struct le_audio_encoded_audio  enc_audio 
)

Allocates buffers and sends data to the controller.

Note
Send all available channels in a single call. Do not call this for each channel.
Parameters
[in]txPointer to an array of le_audio_tx_info elements.
[in]num_txNumber of elements in tx.
[in]enc_audioEncoded audio data.
Returns
0 if successful, error otherwise.