ble update: bugfix for esp32c6 and esp32h2

This commit is contained in:
luomanruo
2023-07-18 18:09:26 +08:00
parent 5f68437c2f
commit 2a2251487b
8 changed files with 155 additions and 7 deletions

View File

@@ -368,6 +368,14 @@ esp_err_t esp_bt_mem_release(esp_bt_mode_t mode);
/* Returns random static address or -1 if not present */
extern int esp_ble_hw_get_static_addr(esp_ble_addr_t *addr);
#if CONFIG_BT_LE_CONTROLLER_LOG_ENABLED
/** @brief esp_ble_controller_log_dump_all
* dump all controller log information cached in buffer
* @param output : true for log dump, false will be no effect
*/
void esp_ble_controller_log_dump_all(bool output);
#endif // CONFIG_BT_LE_CONTROLLER_LOG_ENABLED
#ifdef __cplusplus
}
#endif