From 806012cc519bb7f2373e4506cd6e8b9d3ab7da09 Mon Sep 17 00:00:00 2001 From: Zhang Hai Peng Date: Thu, 23 Jan 2025 11:35:27 +0800 Subject: [PATCH 1/2] feat(bt): add vendor hci command and event to support test - add afh related vendor hci command and event - add vendor event mask command (cherry picked from commit b2257037124e74ef44fb308dec1aaedd89567e88) Co-authored-by: gongyantao --- 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 28a78ba1fb20ce875730afec9116f1395d519ebc Mon Sep 17 00:00:00 2001 From: Zhang Hai Peng Date: Thu, 23 Jan 2025 13:13:23 +0800 Subject: [PATCH 2/2] 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. (cherry picked from commit b4e3c5c1e260a05d072a2a9eb0f1c53e478b8bab) Co-authored-by: zhanghaipeng --- 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