From a4496994f2f87aaf17ce18a95458c6f968919e27 Mon Sep 17 00:00:00 2001 From: Wang Ning Date: Tue, 25 Jun 2024 13:43:24 +0800 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Wang Ning --- components/bt/include/esp32/include/esp_bt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/include/esp32/include/esp_bt.h b/components/bt/include/esp32/include/esp_bt.h index efa23deb1b..e6aa15aaa7 100644 --- a/components/bt/include/esp32/include/esp_bt.h +++ b/components/bt/include/esp32/include/esp_bt.h @@ -539,7 +539,7 @@ esp_err_t esp_bt_controller_mem_release(esp_bt_mode_t mode); * before `esp_bt_controller_init()` or after `esp_bt_controller_deinit()`. * * For example, if you only use Bluetooth for setting the Wi-Fi configuration, and do not use Bluetooth in the rest of the product operation, - * In such cases, after receiving the WiFi configuration, you can disable/de-init Bluetooth and release its memory. + * after receiving the Wi-Fi configuration, you can disable/de-init Bluetooth and release its memory. * Below is the sequence of APIs to be called for such scenarios: * * esp_bluedroid_disable();