Skip to content

Commit 4aaad56

Browse files
espwangningweiyuhannnn
authored andcommitted
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Wang Ning <wangning@espressif.com>
1 parent d0a5c72 commit 4aaad56

File tree

1 file changed

+1
-1
lines changed
  • components/bt/include/esp32/include

1 file changed

+1
-1
lines changed

components/bt/include/esp32/include/esp_bt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ esp_err_t esp_bt_controller_mem_release(esp_bt_mode_t mode);
539539
* before `esp_bt_controller_init()` or after `esp_bt_controller_deinit()`.
540540
*
541541
* 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,
542-
* In such cases, after receiving the WiFi configuration, you can disable/de-init Bluetooth and release its memory.
542+
* after receiving the Wi-Fi configuration, you can disable/de-init Bluetooth and release its memory.
543543
* Below is the sequence of APIs to be called for such scenarios:
544544
*
545545
* esp_bluedroid_disable();

0 commit comments

Comments
 (0)