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_accept_info Struct Reference

#include <iso.h>

Data Fields

struct bt_conn * acl
 
uint8_t cig_id
 The ID of the connected isochronous group (CIG) on the central. More...
 
uint8_t cis_id
 The ID of the connected isochronous stream (CIS) on the central. More...
 

Field Documentation

◆ acl

struct bt_conn* bt_iso_accept_info::acl

The ACL connection that is requesting authorization

◆ cig_id

uint8_t bt_iso_accept_info::cig_id

The ID of the connected isochronous group (CIG) on the central.

The ID is unique per ACL

◆ cis_id

uint8_t bt_iso_accept_info::cis_id

The ID of the connected isochronous stream (CIS) on the central.

This ID is unique within a CIG


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