From 1e7d3425e58a7f4e084b56e3022b42879bec1c9b Mon Sep 17 00:00:00 2001 From: wangmengyang Date: Wed, 7 Jun 2023 14:31:13 +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 08e289633f..b438f60a29 160000 --- a/components/bt/controller/lib_esp32c3_family +++ b/components/bt/controller/lib_esp32c3_family @@ -1 +1 @@ -Subproject commit 08e289633f823191a6c526377bfd68f31fb392e0 +Subproject commit b438f60a295183e7c67eb42ae05f4580f4b1ced0