ble: supported trace function and adv report flow control on esp32c2

This commit is contained in:
zwl
2023-08-18 11:55:48 +08:00
parent eb8883cc20
commit 4abf0c46b5
5 changed files with 100 additions and 30 deletions

View File

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