![]() |
nRF Connect SDK API 3.3.99
|
#include <stddef.h>#include <zephyr/kernel.h>#include <zephyr/net_buf.h>Go to the source code of this file.
Enumerations | |
| enum | stream_state { STATE_STREAMING , STATE_PAUSED } |
| Stream state enumeration for audio streaming operations. More... | |
Functions | |
| 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. | |