Skip to content

Commit

Permalink
audio/ble_audio.h: fix duplicated defgroups
Browse files Browse the repository at this point in the history
Couple defgroups had same title.
  • Loading branch information
KKopyscinski committed Mar 22, 2024
1 parent b1ecc2d commit 5f7d33f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nimble/host/audio/include/audio/ble_audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
/** @} */

/**
* @defgroup ble_audio_codec_config Bluetooth Low Energy Audio Codec Specific Capabilities
* @defgroup ble_audio_codec_caps Bluetooth Low Energy Audio Codec Specific Capabilities
* @{
*/

Expand Down Expand Up @@ -294,7 +294,7 @@
/** @} */

/**
* @defgroup ble_audio_contexts Bluetooth Low Energy Audio Supported Frame Durations
* @defgroup ble_audio_sup_frame_durations Bluetooth Low Energy Audio Supported Frame Durations
* @{
*/

Expand All @@ -313,7 +313,7 @@
/** @} */

/**
* @defgroup ble_audio_contexts Bluetooth Low Energy Audio Supported Sampling Frequencies
* @defgroup ble_audio_sup_sampling_freqs Bluetooth Low Energy Audio Supported Sampling Frequencies
* @{
*/

Expand Down Expand Up @@ -359,7 +359,7 @@
/** @} */

/**
* @defgroup ble_audio_contexts Bluetooth Low Energy Audio Supported Channel Counts
* @defgroup ble_audio_sup_chan_counts Bluetooth Low Energy Audio Supported Channel Counts
* @{
*/

Expand Down

0 comments on commit 5f7d33f

Please sign in to comment.