Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_cap_broadcast_to_unicast_param Struct Reference

#include <cap.h>

Data Fields

struct bt_cap_broadcast_source * broadcast_source
 The source broadcast source with the streams.
 
enum bt_cap_set_type type
 The type of the set.
 
size_t count
 The number of set members in members.
 
union bt_cap_set_member ** members
 Coordinated or ad-hoc set members.
 

Field Documentation

◆ broadcast_source

struct bt_cap_broadcast_source* bt_cap_broadcast_to_unicast_param::broadcast_source

The source broadcast source with the streams.

The broadcast source will be stopped and deleted.

◆ count

size_t bt_cap_broadcast_to_unicast_param::count

The number of set members in members.

This value shall match the number of streams in the broadcast_source.

◆ members

union bt_cap_set_member** bt_cap_broadcast_to_unicast_param::members

Coordinated or ad-hoc set members.

◆ type

enum bt_cap_set_type bt_cap_broadcast_to_unicast_param::type

The type of the set.


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