fix(bt): temp disable ble iso support

This commit is contained in:
cjin
2026-04-17 17:59:33 +08:00
committed by Wang Mengyang
parent 3acaac4a07
commit deea9fc5ad
2 changed files with 1 additions and 5 deletions
@@ -1178,7 +1178,3 @@ config SOC_BLE_SUBRATE_SUPPORTED
config SOC_BLE_PERIODIC_ADV_WITH_RESPONSE config SOC_BLE_PERIODIC_ADV_WITH_RESPONSE
bool bool
default y default y
config SOC_BLE_ISO_SUPPORTED
bool
default y
@@ -498,4 +498,4 @@
#define SOC_BLE_CTE_SUPPORTED (1) /*!< Support Bluetooth LE Constant Tone Extension (CTE) */ #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_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_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 */