Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_cap_handover_unicast_to_broadcast_param Struct Reference

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_parambroadcast_create_param
 Broadcast source parameters.
 

Detailed Description

Field Documentation

◆ broadcast_create_param

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.

◆ broadcast_id

uint32_t bt_cap_handover_unicast_to_broadcast_param::broadcast_id

The broadcast ID the advertising set is, or will be, using.

◆ ext_adv

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.

◆ pa_interval

uint16_t bt_cap_handover_unicast_to_broadcast_param::pa_interval

The periodic advertising interval configured for the advertising set.

◆ sid

uint8_t bt_cap_handover_unicast_to_broadcast_param::sid

The SID of the advertising set.

◆ type

enum bt_cap_set_type bt_cap_handover_unicast_to_broadcast_param::type

The type of the set.

◆ unicast_group

struct bt_cap_unicast_group* bt_cap_handover_unicast_to_broadcast_param::unicast_group

The source unicast group with the streams.


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