From ae3f27bafdce5711967d1ace759d6bc22d52d469 Mon Sep 17 00:00:00 2001 From: Wei Yu Han Date: Fri, 12 Jul 2024 08:22:16 +0800 Subject: [PATCH] docs(ble): Removed the index of the note for esp_ble_power_type_set/get --- components/bt/include/esp32/include/esp_bt.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/components/bt/include/esp32/include/esp_bt.h b/components/bt/include/esp32/include/esp_bt.h index 5d32f2adc3..eb7b16cb25 100644 --- a/components/bt/include/esp32/include/esp_bt.h +++ b/components/bt/include/esp32/include/esp_bt.h @@ -327,8 +327,7 @@ typedef enum { /** * @brief Set BLE TX power * - * @note - * 1. Connection TX power should only be set after the connection is established. + * @note Connection TX power should only be set after the connection is established. * * @param[in] power_type The type of TX power. It could be Advertising, Connection, Default, etc. * @param[in] power_level Power level (index) corresponding to the absolute value (dBm) @@ -342,8 +341,7 @@ esp_err_t esp_ble_tx_power_set(esp_ble_power_type_t power_type, esp_power_level_ /** * @brief Get BLE TX power * - * @note - * 1. Connection TX power should only be retrieved after the connection is established. + * @note Connection TX power should only be retrieved after the connection is established. * * @param[in] power_type The type of TX power. It could be Advertising/Connection/Default and etc. *