mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(bt): temp disable ble iso support
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user