Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
bt_iso_chan_io_qos Struct Reference

ISO Channel IO QoS structure. More...

#include <iso.h>

Data Fields

uint16_t sdu
 
uint8_t phy
 
uint8_t rtn
 
struct bt_iso_chan_pathpath
 Channel data path reference. More...
 

Detailed Description

ISO Channel IO QoS structure.

Field Documentation

◆ path

struct bt_iso_chan_path* bt_iso_chan_io_qos::path

Channel data path reference.

Setting to NULL default to HCI data path (same as setting path.pid to BT_ISO_DATA_PATH_HCI).

◆ phy

uint8_t bt_iso_chan_io_qos::phy

Channel PHY - See BT_GAP_LE_PHY for values. Setting BT_GAP_LE_PHY_NONE is invalid.

◆ rtn

uint8_t bt_iso_chan_io_qos::rtn

Channel Retransmission Number.

◆ sdu

uint16_t bt_iso_chan_io_qos::sdu

Channel SDU. Maximum value is BT_ISO_MAX_SDU


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