From bfa95cdd75dc2ca26dd56fc9c388a183cb2ebac1 Mon Sep 17 00:00:00 2001 From: gongyantao Date: Tue, 14 May 2024 09:59:20 +0800 Subject: [PATCH] fix(bt/ble): fix some issues in bluetooth controller 1: fix assert 1024 issue when bt tx and wifi coexist on esp32 2: fix ble scan backoff 3: parse out the correct packet types from host parameters for hci command hci_enhanced_setup_synchronous_connection --- components/bt/controller/lib_esp32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/controller/lib_esp32 b/components/bt/controller/lib_esp32 index 43ecd22ec6..45e3280535 160000 --- a/components/bt/controller/lib_esp32 +++ b/components/bt/controller/lib_esp32 @@ -1 +1 @@ -Subproject commit 43ecd22ec6b5b484709693ae8e86478a7f130f17 +Subproject commit 45e328053591081abcd387ec2eecc8add43f4b15