mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 10:39:11 -04:00
fix(bt/bluedroid): Fixed classic bt build fail when enable dynamic memory and disable BLE
(cherry picked from commit 59d20e80d300825e06431dad9d22241884905a2d) Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
This commit is contained in:
parent
cfdce1f95c
commit
f88298796b
@ -200,11 +200,16 @@
|
||||
#define BLE_50_FEATURE_SUPPORT FALSE
|
||||
#endif
|
||||
|
||||
#if (UC_BT_BLE_ENABLED ==TRUE)
|
||||
#if (UC_BT_BLE_42_FEATURES_SUPPORTED == TRUE || BLE_50_FEATURE_SUPPORT == FALSE)
|
||||
#define BLE_42_FEATURE_SUPPORT TRUE
|
||||
#else
|
||||
#define BLE_42_FEATURE_SUPPORT FALSE
|
||||
#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)
|
||||
#define BLE_FEAT_PERIODIC_ADV_SYNC_TRANSFER TRUE
|
||||
|
Loading…
x
Reference in New Issue
Block a user