From 1ca8daee7ac990c97d921d060481e94bd4c33d2e Mon Sep 17 00:00:00 2001 From: linruihao Date: Fri, 3 Jan 2025 14:49:11 +0800 Subject: [PATCH 1/3] feat(bt): add coexist scheme status support for bt page --- 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 35fb599d37..b0b9cff14b 160000 --- a/components/bt/controller/lib_esp32 +++ b/components/bt/controller/lib_esp32 @@ -1 +1 @@ -Subproject commit 35fb599d3733f50254c056171edebcaa3c57d06b +Subproject commit b0b9cff14b4f72482300975368b3b258f30120ac From 96293d4575ae9404fbaa54c1aedcdbd401ef1145 Mon Sep 17 00:00:00 2001 From: gongyantao Date: Mon, 20 Jan 2025 20:21:51 +0800 Subject: [PATCH 2/3] feat(bt): add vendor hci command and event to support test - add afh related vendor hci command and event - add vendor event mask command --- 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 b0b9cff14b..89ac32e33b 160000 --- a/components/bt/controller/lib_esp32 +++ b/components/bt/controller/lib_esp32 @@ -1 +1 @@ -Subproject commit b0b9cff14b4f72482300975368b3b258f30120ac +Subproject commit 89ac32e33b1d1d8a6d7d9e65d48e7897fd7ba3ad From dda01d886f2430f6e217c309ca06d5030424ac86 Mon Sep 17 00:00:00 2001 From: zhanghaipeng Date: Tue, 21 Jan 2025 17:31:29 +0800 Subject: [PATCH 3/3] fix(ble): Update bt lib for ESP32(194dd63) - Fix the issue where disconnection events were not reported as a slave. - Enhance Access Address validation in compatibility mode. --- 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 89ac32e33b..e847faba2d 160000 --- a/components/bt/controller/lib_esp32 +++ b/components/bt/controller/lib_esp32 @@ -1 +1 @@ -Subproject commit 89ac32e33b1d1d8a6d7d9e65d48e7897fd7ba3ad +Subproject commit e847faba2d86e90b5f21d6310bb4723c4e32ba1c