Zephyr Project API  3.3.0
A Scalable Open Source RTOS
bt_cap_unicast_audio_start_param Struct Reference

#include <cap.h>

Data Fields

enum bt_cap_set_type type
 
size_t count
 
union bt_cap_set_member ** members
 
struct bt_cap_stream ** streams
 Streams for the members. More...
 
const struct bt_codeccodec
 Codec configuration. More...
 
const struct bt_codec_qosqos
 

Field Documentation

◆ codec

const struct bt_codec* bt_cap_unicast_audio_start_param::codec

Codec configuration.

The codec.meta shall include a list of CCIDs (BT_AUDIO_METADATA_TYPE_CCID_LIST) as well as a non-0 stream context (BT_AUDIO_METADATA_TYPE_STREAM_CONTEXT) bitfield.

◆ count

size_t bt_cap_unicast_audio_start_param::count

The number of set members in members and number of streams in streams.

◆ members

union bt_cap_set_member** bt_cap_unicast_audio_start_param::members

Coordinated or ad-hoc set members.

◆ qos

const struct bt_codec_qos* bt_cap_unicast_audio_start_param::qos

Quality of Service configuration.

◆ streams

struct bt_cap_stream** bt_cap_unicast_audio_start_param::streams

Streams for the members.

stream[i] will be associated with members[i] if not already initialized, else the stream will be verified against the member.

◆ type

enum bt_cap_set_type bt_cap_unicast_audio_start_param::type

The type of the set.


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