mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-07-30 14:47:53 +00:00
audio/ble_audio.h: fix duplicated defgroups
Couple defgroups had same title.
This commit is contained in:
committed by
Krzysztof Kopyściński
parent
3681562cd3
commit
d1ad7b29c9
@@ -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
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user