| 
    Zephyr Project API
    3.2.0
    
   A Scalable Open Source RTOS 
   | 
 
Parameter struct for the unicast group functions. More...
#include <audio.h>
Data Fields | |
| struct bt_audio_stream * | stream | 
| struct bt_codec_qos * | qos | 
| enum bt_audio_dir | dir | 
| The direction of the bt_audio_unicast_group_param::stream.  More... | |
Parameter struct for the unicast group functions.
Parameter struct for the bt_audio_unicast_group_create() and bt_audio_unicast_group_add_streams() functions.
| 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.
| struct bt_codec_qos* bt_audio_unicast_group_param::qos | 
The QoS settings for the bt_audio_unicast_group_param::stream.
| struct bt_audio_stream* bt_audio_unicast_group_param::stream | 
Pointer to a stream object.