From deea9fc5adc255d309d36d339e2ec56815558617 Mon Sep 17 00:00:00 2001 From: cjin Date: Fri, 17 Apr 2026 17:59:33 +0800 Subject: [PATCH] fix(bt): temp disable ble iso support --- components/soc/esp32s31/include/soc/Kconfig.soc_caps.in | 4 ---- components/soc/esp32s31/include/soc/soc_caps.h | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/components/soc/esp32s31/include/soc/Kconfig.soc_caps.in b/components/soc/esp32s31/include/soc/Kconfig.soc_caps.in index f4bea4fef4..b7eada7b56 100644 --- a/components/soc/esp32s31/include/soc/Kconfig.soc_caps.in +++ b/components/soc/esp32s31/include/soc/Kconfig.soc_caps.in @@ -1178,7 +1178,3 @@ config SOC_BLE_SUBRATE_SUPPORTED config SOC_BLE_PERIODIC_ADV_WITH_RESPONSE bool default y - -config SOC_BLE_ISO_SUPPORTED - bool - default y diff --git a/components/soc/esp32s31/include/soc/soc_caps.h b/components/soc/esp32s31/include/soc/soc_caps.h index 522c1bc6aa..167eb782e5 100644 --- a/components/soc/esp32s31/include/soc/soc_caps.h +++ b/components/soc/esp32s31/include/soc/soc_caps.h @@ -498,4 +498,4 @@ #define SOC_BLE_CTE_SUPPORTED (1) /*!< Support Bluetooth LE Constant Tone Extension (CTE) */ #define SOC_BLE_SUBRATE_SUPPORTED (1) /*!< Support Bluetooth LE Connection Subrating */ #define SOC_BLE_PERIODIC_ADV_WITH_RESPONSE (1) /*!< Support Bluetooth LE Periodic Advertising with Response (PAwR) */ -#define SOC_BLE_ISO_SUPPORTED (1) /*!< Support Bluetooth ISO */ +// #define SOC_BLE_ISO_SUPPORTED (1) /*!< Support Bluetooth ISO */