From b2c18de9b3536b0738883d5f696d01f658f1fe26 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 9c872b1851e70275239210336f3c079a3a690c01 Mon Sep 17 00:00:00 2001 From: wangmengyang Date: Wed, 28 Apr 2021 20:14:18 +0800 Subject: [PATCH 2/2] components/bt: fixed bugs in Bluetooth Controller and 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 for ESP32-C3 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 f2b0c9908f..655bfde644 160000 --- a/components/bt/controller/lib_esp32c3_family +++ b/components/bt/controller/lib_esp32c3_family @@ -1 +1 @@ -Subproject commit f2b0c9908f0b1e8a758f7fcfe24a3be4d75fb9b1 +Subproject commit 655bfde644956b1a0c4208b064b94e5d360daa13