feat(bt): Add API to get profile status

This commit is contained in:
xiongweichao
2025-02-08 16:14:23 +08:00
committed by Xiong Wei Chao
parent 4f75a02c7a
commit 4899b56359
39 changed files with 598 additions and 50 deletions

View File

@@ -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 */