mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-17 10:12:13 +00:00
fix(bt): Fixed the issue with l2cap not using dynamic memory
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
#define LLCP_DYNAMIC_MEMORY TRUE
|
||||
#define BTC_SBC_DEC_DYNAMIC_MEMORY TRUE
|
||||
#define BTC_GAP_BT_DYNAMIC_MEMORY TRUE
|
||||
#define L2CAP_DYNAMIC_MEMORY TRUE
|
||||
|
||||
#else /* #if UC_BT_BLE_DYNAMIC_ENV_MEMORY */
|
||||
#define BTU_DYNAMIC_MEMORY FALSE
|
||||
@@ -93,6 +94,7 @@
|
||||
#define LLCP_DYNAMIC_MEMORY FALSE
|
||||
#define BTC_SBC_DEC_DYNAMIC_MEMORY FALSE
|
||||
#define BTC_GAP_BT_DYNAMIC_MEMORY FALSE
|
||||
#define L2CAP_DYNAMIC_MEMORY FALSE
|
||||
|
||||
#endif /* #if UC_BT_BLE_DYNAMIC_ENV_MEMORY */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user