Zephyr API 3.6.99
|
Parameters for the creating unicast groups with bt_bap_unicast_group_create() More...
#include <bap.h>
Data Fields | |
size_t | params_count |
The number of parameters in params . | |
struct bt_bap_unicast_group_stream_pair_param * | params |
Array of stream parameters. | |
uint8_t | packing |
Unicast Group packing mode. | |
uint8_t | c_to_p_ft |
Central to Peripheral flush timeout. | |
uint8_t | p_to_c_ft |
Peripheral to Central flush timeout. | |
uint16_t | iso_interval |
ISO interval. | |
Parameters for the creating unicast groups with bt_bap_unicast_group_create()
uint8_t bt_bap_unicast_group_param::c_to_p_ft |
Central to Peripheral flush timeout.
The flush timeout in multiples of ISO_Interval for each payload sent from the Central to Peripheral.
Value range from BT_ISO_FT_MIN to BT_ISO_FT_MAX
uint16_t bt_bap_unicast_group_param::iso_interval |
ISO interval.
Time between consecutive CIS anchor points.
Value range from BT_ISO_ISO_INTERVAL_MIN to BT_ISO_ISO_INTERVAL_MAX.
uint8_t bt_bap_unicast_group_param::p_to_c_ft |
Peripheral to Central flush timeout.
The flush timeout in multiples of ISO_Interval for each payload sent from the Peripheral to Central.
Value range from BT_ISO_FT_MIN to BT_ISO_FT_MAX.
uint8_t bt_bap_unicast_group_param::packing |
Unicast Group packing mode.
BT_ISO_PACKING_SEQUENTIAL or BT_ISO_PACKING_INTERLEAVED.
struct bt_bap_unicast_group_stream_pair_param* bt_bap_unicast_group_param::params |
Array of stream parameters.
size_t bt_bap_unicast_group_param::params_count |
The number of parameters in params
.