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

This commit is contained in:
cjin
2025-07-04 18:05:58 +08:00
parent 7ef90d4113
commit 1ce54a5fe8
3 changed files with 17 additions and 0 deletions

View File

@@ -459,6 +459,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