Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
#include <iso.h>
Data Fields | |
struct bt_iso_chan ** | bis_channels |
uint8_t | num_bis |
Number channels in bis_channels . More... | |
uint32_t | interval |
Channel interval in us. More... | |
uint16_t | latency |
Channel Latency in ms. More... | |
uint8_t | packing |
Channel packing mode. More... | |
uint8_t | framing |
Channel framing mode. More... | |
bool | encryption |
uint8_t | bcode [16] |
Broadcast code. More... | |
uint8_t bt_iso_big_create_param::bcode[16] |
Broadcast code.
The code used to derive the session key that is used to encrypt and decrypt BIS payloads.
struct bt_iso_chan** bt_iso_big_create_param::bis_channels |
Array of pointers to BIS channels
This array shall remain valid for the duration of the BIG.
bool bt_iso_big_create_param::encryption |
Whether or not to encrypt the streams.
uint8_t bt_iso_big_create_param::framing |
Channel framing mode.
BT_ISO_FRAMING_UNFRAMED for unframed and BT_ISO_FRAMING_FRAMED for framed.
uint32_t bt_iso_big_create_param::interval |
Channel interval in us.
Value range BT_ISO_INTERVAL_MIN - BT_ISO_INTERVAL_MAX.
uint16_t bt_iso_big_create_param::latency |
Channel Latency in ms.
Value range BT_ISO_LATENCY_MIN - BT_ISO_LATENCY_MAX.
uint8_t bt_iso_big_create_param::num_bis |
Number channels in bis_channels
.
Maximum number of channels in a single group is BT_ISO_MAX_GROUP_ISO_COUNT
uint8_t bt_iso_big_create_param::packing |
Channel packing mode.
BT_ISO_PACKING_SEQUENTIAL or BT_ISO_PACKING_INTERLEAVED