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

#include <cap.h>

Data Fields

struct bt_bap_unicast_group * unicast_group
 The source unicast group with the streams.
 
bool encrypt
 Whether or not to encrypt the streams.
 
uint8_t broadcast_code [BT_ISO_BROADCAST_CODE_SIZE]
 16-octet broadcast code.
 

Field Documentation

◆ broadcast_code

uint8_t bt_cap_unicast_to_broadcast_param::broadcast_code[BT_ISO_BROADCAST_CODE_SIZE]

16-octet broadcast code.

Only valid if encrypt is true.

If the value is a string or a the value is less than 16 octets, the remaining octets shall be 0.

Example: The string "Broadcast Code" shall be [42 72 6F 61 64 63 61 73 74 20 43 6F 64 65 00 00]

◆ encrypt

bool bt_cap_unicast_to_broadcast_param::encrypt

Whether or not to encrypt the streams.

If set to true, then the broadcast code in broadcast_code will be used to encrypt the streams.

◆ unicast_group

struct bt_bap_unicast_group* bt_cap_unicast_to_broadcast_param::unicast_group

The source unicast group with the streams.


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