From d826f8ae34320e487f09e1192f9291b8c2201e20 Mon Sep 17 00:00:00 2001 From: zwj Date: Tue, 6 Sep 2022 20:07:19 +0800 Subject: [PATCH] Update ESP32-C3 BLE lib - Fixed 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 - Fixed BLE disconnection issue when channel map update failed due to bad channels --- 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 30725989d4..83020b58a1 160000 --- a/components/bt/controller/lib_esp32c3_family +++ b/components/bt/controller/lib_esp32c3_family @@ -1 +1 @@ -Subproject commit 30725989d4ba6393363d3310b945c2b8518c7c8e +Subproject commit 83020b58a19cae4ebf3d231755027100952d2fa5