From c1e54ac0faf7625419a34860f3fdfb80c1d4352c Mon Sep 17 00:00:00 2001 From: zwj Date: Tue, 6 Sep 2022 19:24:50 +0800 Subject: [PATCH] Update ESP32-C3 and ESP32-S3 BLE lib - Fixed the performance issue of BLE sync scan in coexistence scenario when PLL track is enabledFixed the usage of PLL track related baseband IRQs - Fixed connect failed due to error sync found signal - Fixed BLE disconnect failed due to terminate_ind have sent but no ACK is received - Added ADV mode error check in ADV rx isr handler function - Fixed BLE RAL_UNDERRUN and TX_CRYPT_ERR assert - Disable scan continue - Fixed scan forever if scan continue is disable --- 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 068bceb41f..2a91d90e33 160000 --- a/components/bt/controller/lib_esp32c3_family +++ b/components/bt/controller/lib_esp32c3_family @@ -1 +1 @@ -Subproject commit 068bceb41f08099d1e831f6c7ef8153ec7a344ca +Subproject commit 2a91d90e33b3b1104daf1bff898fe5bc3f814811