From 7e254129835d7527d807fc5514bfef06dbb35f8d Mon Sep 17 00:00:00 2001 From: Zhao Wei Liang Date: Wed, 17 Sep 2025 11:15:00 +0800 Subject: [PATCH] fix(ble): update ext_version on ESP32-C5 (cherry picked from commit fc293cf67233226c50bc3846d9a0531f1d2a84af) Co-authored-by: zwl --- components/bt/controller/esp32c5/bt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/controller/esp32c5/bt.c b/components/bt/controller/esp32c5/bt.c index 7673594f52..e0dedbc49f 100644 --- a/components/bt/controller/esp32c5/bt.c +++ b/components/bt/controller/esp32c5/bt.c @@ -75,7 +75,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