Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_cap_commander_distribute_broadcast_code_param Struct Reference

#include <cap.h>

Data Fields

enum bt_cap_set_type type
 The type of the set.
 
struct bt_cap_commander_distribute_broadcast_code_member_paramparam
 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.
 

Field Documentation

◆ 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]

◆ count

size_t bt_cap_commander_distribute_broadcast_code_param::count

The number of parameters in param.

◆ 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.

◆ type

enum bt_cap_set_type bt_cap_commander_distribute_broadcast_code_param::type

The type of the set.


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