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

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

#include <cap.h>

Data Fields

union bt_cap_set_member member
 Coordinated or ad-hoc set member.
 
struct bt_cap_streamstream
 Stream for the member.
 
struct bt_bap_ep * ep
 Endpoint reference for the stream.
 
struct bt_audio_codec_cfgcodec_cfg
 Codec configuration.
 

Detailed Description

Stream specific parameters for the bt_cap_initiator_unicast_audio_start() function.

Field Documentation

◆ codec_cfg

struct bt_audio_codec_cfg* bt_cap_unicast_audio_start_stream_param::codec_cfg

Codec configuration.

The codec_cfg.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.

This value is assigned to the stream, and shall remain valid while the stream is non-idle.

◆ ep

struct bt_bap_ep* bt_cap_unicast_audio_start_stream_param::ep

Endpoint reference for the stream.

◆ member

union bt_cap_set_member bt_cap_unicast_audio_start_stream_param::member

Coordinated or ad-hoc set member.

◆ stream

struct bt_cap_stream* bt_cap_unicast_audio_start_stream_param::stream

Stream for the member.


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