Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
bt_iso_chan_io_qos Struct Reference

ISO Channel IO QoS structure. More...

#include <iso.h>

Data Fields

uint16_t sdu
 Channel SDU.
 
uint8_t phy
 Channel PHY - See the bt_gap_le_phy values.
 
uint8_t rtn
 Channel Retransmission Number.
 
uint16_t max_pdu
 Maximum PDU size.
 
uint8_t burst_number
 Burst number.
 

Detailed Description

ISO Channel IO QoS structure.

Field Documentation

◆ burst_number

uint8_t bt_iso_chan_io_qos::burst_number

Burst number.

Value range BT_ISO_BN_MIN to BT_ISO_BN_MAX.

◆ max_pdu

uint16_t bt_iso_chan_io_qos::max_pdu

Maximum PDU size.

Maximum size, in octets, of the payload from link layer to link layer.

Value range BT_ISO_CONNECTED_PDU_MIN to BT_ISO_PDU_MAX for connected ISO.

Value range BT_ISO_BROADCAST_PDU_MIN to BT_ISO_PDU_MAX for broadcast ISO.

◆ phy

uint8_t bt_iso_chan_io_qos::phy

Channel PHY - See the bt_gap_le_phy values.

Setting BT_GAP_LE_PHY_NONE is invalid.

◆ rtn

uint8_t bt_iso_chan_io_qos::rtn

Channel Retransmission Number.

This value is ignored if any advanced ISO parameters are set.

◆ sdu

uint16_t bt_iso_chan_io_qos::sdu

Channel SDU.

Value range is BT_ISO_MIN_SDU to BT_ISO_MAX_SDU.


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