Zephyr Project API
3.4.0
A Scalable Open Source RTOS
|
#include <cap.h>
Data Fields | |
union bt_cap_set_member | member |
struct bt_cap_stream * | stream |
Stream for the member . More... | |
struct bt_bap_ep * | ep |
struct bt_codec * | codec |
Codec configuration. More... | |
struct bt_codec_qos * | qos |
struct bt_codec* bt_cap_unicast_audio_start_stream_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.
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_codec_qos* bt_cap_unicast_audio_start_stream_param::qos |
Quality of Service configuration.
struct bt_cap_stream* bt_cap_unicast_audio_start_stream_param::stream |
Stream for the member
.