feat(ble): support memory allocation check debug feature on ESP32-C2

(cherry picked from commit 7ef90d4113)

Co-authored-by: cjin <jinchen@espressif.com>
This commit is contained in:
Zhou Xiao
2025-07-09 13:13:54 +08:00
parent c22207208d
commit 24c2f79910
5 changed files with 130 additions and 78 deletions

View File

@@ -446,6 +446,10 @@ uint32_t esp_bt_get_lpclk_freq(void);
void esp_bt_set_lpclk_freq(uint32_t clk_freq);
#if CONFIG_BT_LE_MEM_CHECK_ENABLED
void ble_memory_count_limit_set(uint16_t count_limit);
#endif // CONFIG_BT_LE_MEM_CHECK_ENABLED
#ifdef __cplusplus
}
#endif