nRF Connect SDK API 2.8.99
|
#include <zephyr/bluetooth/audio/audio.h>
#include <zephyr/bluetooth/audio/bap.h>
#include <zephyr/bluetooth/audio/cap.h>
#include "le_audio.h"
Go to the source code of this file.
Data Structures | |
struct | le_audio_tx_info |
Functions | |
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. | |
int | bt_le_audio_tx_stream_started (struct stream_index stream_idx) |
Initializes a stream. Must be called when a TX stream is started. | |
int | bt_le_audio_tx_stream_sent (struct stream_index stream_idx) |
Frees a TX buffer. Must be called when a TX stream has been sent. | |
void | bt_le_audio_tx_init (void) |
Initializes the TX path for ISO transmission. | |