|
Zephyr Project API 3.6.0
A Scalable Open Source RTOS
|
Codec specific configuration structure. More...
#include <audio.h>
Data Fields | |
| uint8_t | path_id |
| Data path ID. | |
| bool | ctlr_transcode |
| Whether or not the local controller should transcode. | |
| uint8_t | id |
| Codec ID. | |
| uint16_t | cid |
| Codec Company ID. | |
| uint16_t | vid |
| Codec Company Vendor ID. | |
Codec specific configuration structure.
| uint16_t bt_audio_codec_cfg::cid |
Codec Company ID.
| bool bt_audio_codec_cfg::ctlr_transcode |
Whether or not the local controller should transcode.
This effectively sets the coding format for the ISO data path to BT_HCI_CODING_FORMAT_TRANSPARENT if false, else uses the bt_audio_codec_cfg::id.
| uint8_t bt_audio_codec_cfg::id |
Codec ID.
| uint8_t bt_audio_codec_cfg::path_id |
Data path ID.
BT_ISO_DATA_PATH_HCI for HCI path, or any other value for vendor specific ID.
| uint16_t bt_audio_codec_cfg::vid |
Codec Company Vendor ID.