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

Audio Stream Quality of Service Preference structure. More...

#include <audio.h>

Data Fields

bool unframed_supported
 Unframed PDUs supported. More...
 
uint8_t phy
 
uint8_t rtn
 
uint16_t latency
 
uint32_t pd_min
 Minimun Presentation Delay. More...
 
uint32_t pd_max
 Maximum Presentation Delay. More...
 
uint32_t pref_pd_min
 Preferred minimun Presentation Delay. More...
 
uint32_t pref_pd_max
 Preferred maximum Presentation Delay
More...
 

Detailed Description

Audio Stream Quality of Service Preference structure.

Field Documentation

◆ latency

uint16_t bt_codec_qos_pref::latency

Preferred Transport Latency

◆ pd_max

uint32_t bt_codec_qos_pref::pd_max

Maximum Presentation Delay.

Unlike the other fields, this is not a preference but a maximum requirement.

◆ pd_min

uint32_t bt_codec_qos_pref::pd_min

Minimun Presentation Delay.

Unlike the other fields, this is not a preference but a minimum requirement.

◆ phy

uint8_t bt_codec_qos_pref::phy

Preferred PHY

◆ pref_pd_max

uint32_t bt_codec_qos_pref::pref_pd_max

Preferred maximum Presentation Delay

◆ pref_pd_min

uint32_t bt_codec_qos_pref::pref_pd_min

Preferred minimun Presentation Delay.

◆ rtn

uint8_t bt_codec_qos_pref::rtn

Preferred Retransmission Number

◆ unframed_supported

bool bt_codec_qos_pref::unframed_supported

Unframed PDUs supported.

Unlike the other fields, this is not a preference but whether the codec supports unframed ISOAL PDUs.


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