Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_iso_accept_info Struct Reference

ISO Accept Info Structure. More...

#include <iso.h>

Data Fields

struct bt_conn * acl
 The ACL connection that is requesting authorization.
 
uint8_t cig_id
 The ID of the connected isochronous group (CIG) on the central.
 
uint8_t cis_id
 The ID of the connected isochronous stream (CIS) on the central.
 

Detailed Description

ISO Accept Info Structure.

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: