Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
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_stream * | stream |
Stream for the member . | |
struct bt_bap_ep * | ep |
Endpoint reference for the stream . | |
struct bt_audio_codec_cfg * | codec_cfg |
Codec configuration. | |
Stream specific parameters for the bt_cap_initiator_unicast_audio_start() function.
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.
struct bt_bap_ep* bt_cap_unicast_audio_start_stream_param::ep |
Endpoint reference for the stream
.
union bt_cap_set_member bt_cap_unicast_audio_start_stream_param::member |
Coordinated or ad-hoc set member.
struct bt_cap_stream* bt_cap_unicast_audio_start_stream_param::stream |
Stream for the member
.