Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
Stream specific parameters for the bt_cap_initiator_unicast_audio_update() function. More...
#include <cap.h>
Data Fields | |
struct bt_cap_stream * | stream |
Stream to update. | |
size_t | meta_len |
The length of meta . | |
uint8_t * | meta |
The new metadata. | |
Stream specific parameters for the bt_cap_initiator_unicast_audio_update() function.
uint8_t* bt_cap_unicast_audio_update_stream_param::meta |
The new metadata.
The metadata shall contain a list of CCIDs as well as a non-0 context bitfield.
size_t bt_cap_unicast_audio_update_stream_param::meta_len |
The length of meta
.
struct bt_cap_stream* bt_cap_unicast_audio_update_stream_param::stream |
Stream to update.