Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
|
#include <cap.h>
Data Fields | |
enum bt_cap_set_type | type |
The type of the set. | |
struct bt_cap_commander_distribute_broadcast_code_member_param * | param |
The set of devices for this procedure. | |
size_t | count |
The number of parameters in param . | |
uint8_t | broadcast_code [BT_ISO_BROADCAST_CODE_SIZE] |
16-octet broadcast code. | |
uint8_t bt_cap_commander_distribute_broadcast_code_param::broadcast_code[BT_ISO_BROADCAST_CODE_SIZE] |
16-octet broadcast code.
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]
size_t bt_cap_commander_distribute_broadcast_code_param::count |
The number of parameters in param
.
struct bt_cap_commander_distribute_broadcast_code_member_param* bt_cap_commander_distribute_broadcast_code_param::param |
The set of devices for this procedure.
enum bt_cap_set_type bt_cap_commander_distribute_broadcast_code_param::type |
The type of the set.