From ced56f345f7499c427debc5ef5dcccbf17d05f00 Mon Sep 17 00:00:00 2001 From: Zhao Wei Liang Date: Wed, 17 Sep 2025 11:14:05 +0800 Subject: [PATCH] fix(ble): update ext_version on ESP32-C6 (cherry picked from commit 3558f20a4ed15e4d819d3b05f7b2d0e2709ad3b9) Co-authored-by: zwl --- components/bt/controller/esp32c6/bt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/controller/esp32c6/bt.c b/components/bt/controller/esp32c6/bt.c index d286b325c5..60e137b3f2 100644 --- a/components/bt/controller/esp32c6/bt.c +++ b/components/bt/controller/esp32c6/bt.c @@ -78,7 +78,7 @@ #define OSI_COEX_VERSION 0x00010006 #define OSI_COEX_MAGIC_VALUE 0xFADEBEAD -#define EXT_FUNC_VERSION 0x20250415 +#define EXT_FUNC_VERSION 0x20250825 #define EXT_FUNC_MAGIC_VALUE 0xA5A5A5A5 #define BT_ASSERT_PRINT ets_printf