From 5ebe45433f2629ab8a2b0523170b4c2632c2bba4 Mon Sep 17 00:00:00 2001 From: wangmengyang Date: Mon, 26 Jun 2023 15:35:24 +0800 Subject: [PATCH] bt-coexist: fix the issue for BLE scan in using whitelist that scan PTI keeps high and not resumes after reception of ADV_EXT_IND but no AUX_ADV_IND followed on ESP32-C3 and ESP32-S3, which causes Wi-Fi unable to work normally --- 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 a6828c0d52..8fb3e94768 160000 --- a/components/bt/controller/lib_esp32c3_family +++ b/components/bt/controller/lib_esp32c3_family @@ -1 +1 @@ -Subproject commit a6828c0d52130382d0e6f98a2363a8ead2334251 +Subproject commit 8fb3e947688b2741f8c6920d21c722d6679e5ce1