mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
feat(bt): Add API to get profile status
This commit is contained in:
committed by
Xiong Wei Chao
parent
4f75a02c7a
commit
4899b56359
@@ -53,6 +53,7 @@
|
||||
#define SLIP_DYNAMIC_MEMORY TRUE
|
||||
#define LLCP_DYNAMIC_MEMORY TRUE
|
||||
#define BTC_SBC_DEC_DYNAMIC_MEMORY TRUE
|
||||
#define BTC_GAP_BT_DYNAMIC_MEMORY TRUE
|
||||
|
||||
#else /* #if UC_BT_BLE_DYNAMIC_ENV_MEMORY */
|
||||
#define BTU_DYNAMIC_MEMORY FALSE
|
||||
@@ -87,6 +88,7 @@
|
||||
#define SLIP_DYNAMIC_MEMORY FALSE
|
||||
#define LLCP_DYNAMIC_MEMORY FALSE
|
||||
#define BTC_SBC_DEC_DYNAMIC_MEMORY FALSE
|
||||
#define BTC_GAP_BT_DYNAMIC_MEMORY FALSE
|
||||
|
||||
#endif /* #if UC_BT_BLE_DYNAMIC_ENV_MEMORY */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user