20#include <zephyr/kernel.h>
21#include <zephyr/net_buf.h>
uint8_t stream_state_get(void)
Get the current streaming state.
void streamctrl_send(struct net_buf const *const audio_frame)
Send audio data over the stream.
stream_state
Stream state enumeration for audio streaming operations.
Definition streamctrl.h:26
@ STATE_PAUSED
Definition streamctrl.h:28
@ STATE_STREAMING
Definition streamctrl.h:27