From bba23a4b9fe8e55e9c721070bce8b8977d4d3981 Mon Sep 17 00:00:00 2001 From: zhiweijian Date: Fri, 20 Oct 2023 19:22:41 +0800 Subject: [PATCH] Update ble lib for ESP32-C3 - Add new mesh types for exception list on ESP32-C3 - Fixed address resolution for directed adv with RPA when scanning on ESP32-C3 - Fixed resolvable private address renew after timeout on ESP32-C3 - Fixed extended adv address setting after adv restart on ESP32-C3 - Fixed scan channel index setting for extended scan on ESP32-C3 - Add API to set aux channel index for extended adv on ESP32-C3 - modify mesh proxy solic uuid to 0x18590303 on ESP32-C3 - Fixed DTM payload length cannot be 0 on ESP32-C3 - Added config to enable Hw recorrect eco on ESP32-C3 - report the number of packets sent on the TX end on ESP32-C3 --- 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 f5b3b06ffa..55c09d0034 160000 --- a/components/bt/controller/lib_esp32c3_family +++ b/components/bt/controller/lib_esp32c3_family @@ -1 +1 @@ -Subproject commit f5b3b06ffa915a9faced9b2d259fd5236490cc81 +Subproject commit 55c09d0034cac55978fe3da39f3c910bbf3d0df0