Zephyr API Documentation  3.0.0
A Scalable Open Source RTOS
3.0.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
bt_iso_chan Struct Reference

ISO Channel structure. More...

#include <iso.h>

Data Fields

struct bt_conn * iso
 
struct bt_iso_chan_opsops
 
struct bt_iso_chan_qosqos
 
uint8_t state
 
bt_security_t required_sec_level
 
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

Node used internally by the stack

◆ 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

◆ required_sec_level

bt_security_t bt_iso_chan::required_sec_level

◆ state

uint8_t bt_iso_chan::state

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