Searched refs:tx_stream (Results 1 – 6 of 6) sorted by relevance
36 struct tx_stream;43 int stream_lc3_init(struct tx_stream *stream);51 void stream_lc3_add_data(struct tx_stream *stream, struct net_buf *buf);
42 static void fill_audio_buf_sin(struct tx_stream *stream) in fill_audio_buf_sin()56 static int extract_lc3_config(struct tx_stream *stream) in extract_lc3_config()133 static bool encode_frame(struct tx_stream *stream, uint8_t index, struct net_buf *out_buf) in encode_frame()154 static bool encode_frame_block(struct tx_stream *stream, struct net_buf *out_buf) in encode_frame_block()169 void stream_lc3_add_data(struct tx_stream *stream, struct net_buf *buf) in stream_lc3_add_data()179 int stream_lc3_init(struct tx_stream *stream) in stream_lc3_init()
19 struct tx_stream { struct
34 static struct tx_stream tx_streams[CONFIG_BT_BAP_UNICAST_CLIENT_ASE_SRC_COUNT];
12 struct tx_stream { struct
30 struct tx_stream
Completed in 19 milliseconds