| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
ISO Channel QoS structure. More...
#include <iso.h>
Data Fields | |
| struct bt_iso_chan_io_qos * | rx | 
| Channel Receiving QoS.  More... | |
| struct bt_iso_chan_io_qos * | tx | 
| Channel Transmission QoS.  More... | |
ISO Channel QoS structure.
| 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.
| 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_CTRL.
Can only be set for a connected isochronous channel, or a broadcast isochronous transmitter.