Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
|
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. | |
ISO Unicast TX Info Structure.
uint8_t bt_iso_unicast_tx_info::bn |
The burst number.
uint32_t bt_iso_unicast_tx_info::flush_timeout |
The flush timeout (N * 1.25 ms)
uint32_t bt_iso_unicast_tx_info::latency |
The transport latency in us.
uint16_t bt_iso_unicast_tx_info::max_pdu |
The maximum PDU size in octets.
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
uint8_t bt_iso_unicast_tx_info::phy |
The transport PHY
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.