gatt-service/le_audio: add LE_AUDIO_CODEC_CONFIGURATION_TYPE_UNDEFINED

This commit is contained in:
Milanka Ringwald 2022-09-21 11:04:04 +02:00 committed by Matthias Ringwald
parent c27049fbd9
commit ddd40ce000

View File

@ -133,6 +133,7 @@ typedef enum {
// GA Codec_Specific_Configuration LTV structures
typedef enum {
LE_AUDIO_CODEC_CONFIGURATION_TYPE_UNDEFINED = 0x00,
LE_AUDIO_CODEC_CONFIGURATION_TYPE_SAMPLING_FREQUENCY = 0x01,
LE_AUDIO_CODEC_CONFIGURATION_TYPE_FRAME_DURATION,
LE_AUDIO_CODEC_CONFIGURATION_TYPE_AUDIO_CHANNEL_ALLOCATION,