Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_cap_unicast_audio_update_stream_param Struct Reference

Stream specific parameters for the bt_cap_initiator_unicast_audio_update() function. More...

#include <cap.h>

Data Fields

struct bt_cap_streamstream
 Stream to update.
 
size_t meta_len
 The length of meta.
 
uint8_tmeta
 The new metadata.
 

Detailed Description

Stream specific parameters for the bt_cap_initiator_unicast_audio_update() function.

Field Documentation

◆ meta

uint8_t* bt_cap_unicast_audio_update_stream_param::meta

The new metadata.

The metadata shall a list of CCIDs as well as a non-0 context bitfield.

◆ meta_len

size_t bt_cap_unicast_audio_update_stream_param::meta_len

The length of meta.

◆ stream

struct bt_cap_stream* bt_cap_unicast_audio_update_stream_param::stream

Stream to update.


The documentation for this struct was generated from the following file: