forked from espressif/esp-idf
Merge branch 'bugfix/fix_classic_bt_build_fail' into 'master'
fix(bt/bluedroid): Fixed classic bt build fail when enable dynamic memory and disable BLE Closes BT-3862 See merge request espressif/esp-idf!34921
This commit is contained in:
@@ -215,11 +215,16 @@
|
|||||||
#define BLE_50_FEATURE_SUPPORT FALSE
|
#define BLE_50_FEATURE_SUPPORT FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if (UC_BT_BLE_ENABLED ==TRUE)
|
||||||
#if (UC_BT_BLE_42_FEATURES_SUPPORTED == TRUE || BLE_50_FEATURE_SUPPORT == FALSE)
|
#if (UC_BT_BLE_42_FEATURES_SUPPORTED == TRUE || BLE_50_FEATURE_SUPPORT == FALSE)
|
||||||
#define BLE_42_FEATURE_SUPPORT TRUE
|
#define BLE_42_FEATURE_SUPPORT TRUE
|
||||||
#else
|
#else
|
||||||
#define BLE_42_FEATURE_SUPPORT FALSE
|
#define BLE_42_FEATURE_SUPPORT FALSE
|
||||||
#endif
|
#endif
|
||||||
|
#else
|
||||||
|
#define BLE_42_FEATURE_SUPPORT FALSE
|
||||||
|
#define BLE_50_FEATURE_SUPPORT FALSE
|
||||||
|
#endif /* UC_BT_BLE_ENABLED */
|
||||||
|
|
||||||
#if (UC_BT_BLE_FEAT_PERIODIC_ADV_SYNC_TRANSFER == TRUE)
|
#if (UC_BT_BLE_FEAT_PERIODIC_ADV_SYNC_TRANSFER == TRUE)
|
||||||
#define BLE_FEAT_PERIODIC_ADV_SYNC_TRANSFER TRUE
|
#define BLE_FEAT_PERIODIC_ADV_SYNC_TRANSFER TRUE
|
||||||
|
Reference in New Issue
Block a user