|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Parameters for bt_cap_initiator_broadcast_to_unicast() More...
#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. | |
Parameters for bt_cap_initiator_broadcast_to_unicast()
| 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.
| 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.
| union bt_cap_set_member** bt_cap_broadcast_to_unicast_param::members |
Coordinated or ad-hoc set members.
| enum bt_cap_set_type bt_cap_broadcast_to_unicast_param::type |
The type of the set.