From d2324c162a577d8c5ed0e67bcdd64c899065cd41 Mon Sep 17 00:00:00 2001 From: wangmengyang Date: Mon, 26 Apr 2021 11:49:06 +0800 Subject: [PATCH 1/2] components/bt: Minor fix for the range of GATTC number of reconnections. --- components/bt/host/bluedroid/Kconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/host/bluedroid/Kconfig.in b/components/bt/host/bluedroid/Kconfig.in index d4a47c02b6..d623c0dd19 100644 --- a/components/bt/host/bluedroid/Kconfig.in +++ b/components/bt/host/bluedroid/Kconfig.in @@ -196,7 +196,7 @@ config BT_GATTC_CACHE_NVS_FLASH config BT_GATTC_CONNECT_RETRY_COUNT int "The number of attempts to reconnect if the connection establishment failed" depends on BT_GATTC_ENABLE - range 1 7 + range 0 7 default 3 help The number of attempts to reconnect if the connection establishment failed From 666a73d79c76fa8b37c1b37104f6267090c5a249 Mon Sep 17 00:00:00 2001 From: wangmengyang Date: Wed, 28 Apr 2021 18:11:30 +0800 Subject: [PATCH 2/2] components/bt: bug-fixes in BLE controller and BLE baseband 1. Removed the interrupt lock operation during controller enable/disable/reset, to avoid trigger interrupt watchdog time-out due to use of mutex/semaphore in coex_st_set 2. update libbtbb.a to fix the Rx performance issue for CODED PHY, especially in coexistence scenario --- components/bt/controller/lib_esp32c3_family | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/controller/lib_esp32c3_family b/components/bt/controller/lib_esp32c3_family index 8ce2a3620a..90b025633a 160000 --- a/components/bt/controller/lib_esp32c3_family +++ b/components/bt/controller/lib_esp32c3_family @@ -1 +1 @@ -Subproject commit 8ce2a3620a07ba62084c75489b62d44de9ba1824 +Subproject commit 90b025633add12d18ab056ce8db20d06deb40f06