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

ISO Channel Data Path structure. More...

#include <iso.h>

Data Fields

uint8_t pid
 Default path ID.
 
uint8_t format
 Coding Format.
 
uint16_t cid
 Company ID.
 
uint16_t vid
 Vendor-defined Codec ID.
 
uint32_t delay
 Controller Delay.
 
uint8_t cc_len
 Codec Configuration length.
 
uint8_tcc
 Pointer to an array containing the Codec Configuration.
 

Detailed Description

ISO Channel Data Path structure.

Field Documentation

◆ cc

uint8_t* bt_iso_chan_path::cc

Pointer to an array containing the Codec Configuration.

◆ cc_len

uint8_t bt_iso_chan_path::cc_len

Codec Configuration length.

◆ cid

uint16_t bt_iso_chan_path::cid

Company ID.

◆ delay

uint32_t bt_iso_chan_path::delay

Controller Delay.

◆ format

uint8_t bt_iso_chan_path::format

Coding Format.

◆ pid

uint8_t bt_iso_chan_path::pid

Default path ID.

◆ vid

uint16_t bt_iso_chan_path::vid

Vendor-defined Codec ID.


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