mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-15 01:23:13 +00:00
feat(bt): Add API to get profile status
This commit is contained in:
@@ -55,6 +55,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
|
||||
@@ -91,6 +92,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