|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Parameters for bt_cap_initiator_unicast_to_broadcast() More...
#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. | |
Parameters for bt_cap_initiator_unicast_to_broadcast()
| 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]
| 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.
| struct bt_bap_unicast_group* bt_cap_unicast_to_broadcast_param::unicast_group |
The source unicast group with the streams.