|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
ISO Channel structure. More...
#include <zephyr/bluetooth/iso.h>
Data Fields | |
| struct bt_conn * | iso |
| Channel connection reference. | |
| struct bt_iso_chan_ops * | ops |
| Channel operations reference. | |
| struct bt_iso_chan_qos * | qos |
| Channel QoS reference. | |
| enum bt_iso_state | state |
| Channel state. | |
| sys_snode_t | node |
ISO Channel structure.
| struct bt_conn* bt_iso_chan::iso |
Channel connection reference.
| sys_snode_t bt_iso_chan::node |
| struct bt_iso_chan_ops* bt_iso_chan::ops |
Channel operations reference.
| struct bt_iso_chan_qos* bt_iso_chan::qos |
Channel QoS reference.
| enum bt_iso_state bt_iso_chan::state |
Channel state.