Infineon Logo AIROC BTSDK v4.4 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
wiced_bt_audio_config_buffer_t Struct Reference

Audio buffer configuration structure Please refer wiced_audio_buffer_initialize API documentation for recommended size. More...

Data Fields

wiced_device_role_t role
 Role if audio source, sink or hf device.
 
uint32_t audio_tx_buffer_size
 Audio Tx buffer size.
 
uint32_t audio_codec_buffer_size
 Codec buffer size.
 
uint8_t audio_tx_buffer_watermark_level
 Watermark level in % in terms of % of buffers remaining. More...
 

Detailed Description

Audio buffer configuration structure Please refer wiced_audio_buffer_initialize API documentation for recommended size.

Field Documentation

uint8_t audio_tx_buffer_watermark_level

Watermark level in % in terms of % of buffers remaining.

Default is 50 for 50%. E.g. if set to 70, fw will request additional data when buffer reaches 70% of the full buffer size (i.e., audio_tx_buffer_size). Only applicable for A2DP source applications


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