Zephyr Project API
3.3.0
A Scalable Open Source RTOS
|
#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_codec * | codec |
Codec configuration. More... | |
const struct bt_codec_qos * | qos |
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.
size_t bt_cap_unicast_audio_start_param::count |
The number of set members in members
and number of streams in streams
.
union bt_cap_set_member** bt_cap_unicast_audio_start_param::members |
Coordinated or ad-hoc set members.
const struct bt_codec_qos* bt_cap_unicast_audio_start_param::qos |
Quality of Service configuration.
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.
enum bt_cap_set_type bt_cap_unicast_audio_start_param::type |
The type of the set.