Zephyr Project API  3.2.0
A Scalable Open Source RTOS
bt_audio_unicast_group_param Struct Reference

Parameter struct for the unicast group functions. More...

#include <audio.h>

Data Fields

struct bt_audio_streamstream
 
struct bt_codec_qosqos
 
enum bt_audio_dir dir
 The direction of the bt_audio_unicast_group_param::stream. More...
 

Detailed Description

Parameter struct for the unicast group functions.

Parameter struct for the bt_audio_unicast_group_create() and bt_audio_unicast_group_add_streams() functions.

Field Documentation

◆ dir

enum bt_audio_dir bt_audio_unicast_group_param::dir

The direction of the bt_audio_unicast_group_param::stream.

If two streams are being used for the same ACL connection but in different directions, they may use the same CIS.

◆ qos

struct bt_codec_qos* bt_audio_unicast_group_param::qos

The QoS settings for the bt_audio_unicast_group_param::stream.

◆ stream

struct bt_audio_stream* bt_audio_unicast_group_param::stream

Pointer to a stream object.


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