This is an automated email from the ASF dual-hosted git repository. kopyscinski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
commit d1ad7b29c9fb83247dc982d23fc1a4c16624db92 Author: Krzysztof Kopyściński <[email protected]> AuthorDate: Fri Mar 22 14:32:45 2024 +0100 audio/ble_audio.h: fix duplicated defgroups Couple defgroups had same title. --- nimble/host/audio/include/audio/ble_audio.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nimble/host/audio/include/audio/ble_audio.h b/nimble/host/audio/include/audio/ble_audio.h index 288f13ee5..f555cacdd 100644 --- a/nimble/host/audio/include/audio/ble_audio.h +++ b/nimble/host/audio/include/audio/ble_audio.h @@ -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 * @{ */ @@ -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 * @{ */ @@ -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 * @{ */ @@ -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 * @{ */
