| 
    Zephyr Project API
    3.2.0
    
   A Scalable Open Source RTOS 
   | 
 
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 | 
| Minimum Presentation Delay.  More... | |
| uint32_t | pd_max | 
| Maximum Presentation Delay.  More... | |
| uint32_t | pref_pd_min | 
| Preferred minimum Presentation Delay.  More... | |
| uint32_t | pref_pd_max | 
| Preferred maximum Presentation Delay  More...  | |
Audio Stream Quality of Service Preference structure.
| uint16_t bt_codec_qos_pref::latency | 
Preferred Transport Latency
| uint32_t bt_codec_qos_pref::pd_max | 
Maximum Presentation Delay.
Unlike the other fields, this is not a preference but a maximum requirement.
| uint32_t bt_codec_qos_pref::pd_min | 
Minimum Presentation Delay.
Unlike the other fields, this is not a preference but a minimum requirement.
| uint8_t bt_codec_qos_pref::phy | 
Preferred PHY
| uint32_t bt_codec_qos_pref::pref_pd_max | 
Preferred maximum Presentation Delay 
 
| uint32_t bt_codec_qos_pref::pref_pd_min | 
Preferred minimum Presentation Delay.
| uint8_t bt_codec_qos_pref::rtn | 
Preferred Retransmission Number
| 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.