Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
Parameters for bt_cap_handover_unicast_to_broadcast() More...
#include <cap.h>
Data Fields | |
enum bt_cap_set_type | type |
The type of the set. | |
struct bt_cap_unicast_group * | unicast_group |
The source unicast group with the streams. | |
struct bt_le_ext_adv * | ext_adv |
The advertising set to use for the broadcast source. | |
uint8_t | sid |
The SID of the advertising set. | |
uint16_t | pa_interval |
The periodic advertising interval configured for the advertising set. | |
uint32_t | broadcast_id |
The broadcast ID the advertising set is, or will be, using. | |
struct bt_cap_initiator_broadcast_create_param * | broadcast_create_param |
Broadcast source parameters. | |
Parameters for bt_cap_handover_unicast_to_broadcast()
struct bt_cap_initiator_broadcast_create_param* bt_cap_handover_unicast_to_broadcast_param::broadcast_create_param |
Broadcast source parameters.
These parameters shall remain valid until the procedure has completed.
uint32_t bt_cap_handover_unicast_to_broadcast_param::broadcast_id |
The broadcast ID the advertising set is, or will be, using.
struct bt_le_ext_adv* bt_cap_handover_unicast_to_broadcast_param::ext_adv |
The advertising set to use for the broadcast source.
This shall remain valid until the procedure has completed. If the advertising set is not started at the time of calling bt_cap_handover_unicast_to_broadcast(), the procedure will start the advertising set with BT_LE_EXT_ADV_START_DEFAULT.
uint16_t bt_cap_handover_unicast_to_broadcast_param::pa_interval |
The periodic advertising interval configured for the advertising set.
uint8_t bt_cap_handover_unicast_to_broadcast_param::sid |
The SID of the advertising set.
enum bt_cap_set_type bt_cap_handover_unicast_to_broadcast_param::type |
The type of the set.
struct bt_cap_unicast_group* bt_cap_handover_unicast_to_broadcast_param::unicast_group |
The source unicast group with the streams.