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

ISO Unicast TX Info Structure. More...

#include <iso.h>

Data Fields

uint32_t latency
 The transport latency in us.
 
uint32_t flush_timeout
 The flush timeout (N * 1.25 ms)
 
uint16_t max_pdu
 The maximum PDU size in octets.
 
uint8_t phy
 The transport PHY

 
uint8_t bn
 The burst number.
 
uint16_t max_sdu
 The maximum SDU size in octets.
 
uint32_t sdu_interval
 The SDU interval in microseconds.
 

Detailed Description

ISO Unicast TX Info Structure.

Field Documentation

◆ bn

uint8_t bt_iso_unicast_tx_info::bn

The burst number.

◆ flush_timeout

uint32_t bt_iso_unicast_tx_info::flush_timeout

The flush timeout (N * 1.25 ms)

◆ latency

uint32_t bt_iso_unicast_tx_info::latency

The transport latency in us.

◆ max_pdu

uint16_t bt_iso_unicast_tx_info::max_pdu

The maximum PDU size in octets.

◆ max_sdu

uint16_t bt_iso_unicast_tx_info::max_sdu

The maximum SDU size in octets.

May be set to bt_iso_unicast_tx_info::max_pdu for peripherals if unknown

◆ phy

uint8_t bt_iso_unicast_tx_info::phy

The transport PHY

◆ sdu_interval

uint32_t bt_iso_unicast_tx_info::sdu_interval

The SDU interval in microseconds.

May be set to BT_ISO_SDU_INTERVAL_UNKNOWN for if unknown.


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