From 9167dcc6b2a4355f101373376284e3998db413ed Mon Sep 17 00:00:00 2001 From: Zhao Wei Liang Date: Wed, 17 Sep 2025 11:14:55 +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 f2c4790473..fdb38fa979 100644 --- a/components/bt/controller/esp32c6/bt.c +++ b/components/bt/controller/esp32c6/bt.c @@ -79,7 +79,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