Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_iso_unicast_info Struct Reference

ISO Unicast Info Structure. More...

#include <iso.h>

Data Fields

uint32_t cig_sync_delay
 The maximum time in us for all PDUs of all CIS in a CIG event.
 
uint32_t cis_sync_delay
 The maximum time in us for all PDUs of this CIS in a CIG event.
 
struct bt_iso_unicast_tx_info central
 TX information for the central to peripheral data path.
 
struct bt_iso_unicast_tx_info peripheral
 TX information for the peripheral to central data.
 

Detailed Description

ISO Unicast Info Structure.

Field Documentation

◆ central

struct bt_iso_unicast_tx_info bt_iso_unicast_info::central

TX information for the central to peripheral data path.

◆ cig_sync_delay

uint32_t bt_iso_unicast_info::cig_sync_delay

The maximum time in us for all PDUs of all CIS in a CIG event.

◆ cis_sync_delay

uint32_t bt_iso_unicast_info::cis_sync_delay

The maximum time in us for all PDUs of this CIS in a CIG event.

◆ peripheral

struct bt_iso_unicast_tx_info bt_iso_unicast_info::peripheral

TX information for the peripheral to central data.


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