Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_iso_chan_qos Struct Reference

ISO Channel QoS structure. More...

#include <iso.h>

Data Fields

struct bt_iso_chan_io_qosrx
 Channel Receiving QoS.
 
struct bt_iso_chan_io_qostx
 Channel Transmission QoS.
 
uint8_t num_subevents
 Number of subevents.
 

Detailed Description

ISO Channel QoS structure.

Field Documentation

◆ num_subevents

uint8_t bt_iso_chan_qos::num_subevents

Number of subevents.

Maximum number of subevents in each CIS or BIS event.

Value range BT_ISO_NSE_MIN to BT_ISO_NSE_MAX.

◆ rx

struct bt_iso_chan_io_qos* bt_iso_chan_qos::rx

Channel Receiving QoS.

Setting NULL disables data path BT_HCI_DATAPATH_DIR_CTLR_TO_HOST.

Can only be set for a connected isochronous channel, or a broadcast isochronous receiver.

◆ tx

struct bt_iso_chan_io_qos* bt_iso_chan_qos::tx

Channel Transmission QoS.

Setting NULL disables data path BT_HCI_DATAPATH_DIR_HOST_TO_CTLR.

Can only be set for a connected isochronous channel, or a broadcast isochronous transmitter.


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