Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_iso_chan Struct Reference

ISO Channel structure. More...

#include <zephyr/bluetooth/iso.h>

Data Fields

struct bt_conn * iso
 Channel connection reference.
struct bt_iso_chan_opsops
 Channel operations reference.
struct bt_iso_chan_qosqos
 Channel QoS reference.
enum bt_iso_state state
 Channel state.
sys_snode_t node

Detailed Description

ISO Channel structure.

Field Documentation

◆ iso

struct bt_conn* bt_iso_chan::iso

Channel connection reference.

◆ node

sys_snode_t bt_iso_chan::node

◆ ops

struct bt_iso_chan_ops* bt_iso_chan::ops

Channel operations reference.

◆ qos

struct bt_iso_chan_qos* bt_iso_chan::qos

Channel QoS reference.

◆ state

enum bt_iso_state bt_iso_chan::state

Channel state.


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