change(ble): update controller log print interface

This commit is contained in:
luomanruo
2023-09-06 21:51:45 +08:00
committed by Shen Weilong
parent 7fc9c0ad62
commit fa4f34e791
7 changed files with 46 additions and 55 deletions

View File

@@ -412,7 +412,7 @@ 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
* @brief dump all log information cached in buffers.
* @param output : true for log dump, false will take no effect
*/
void esp_ble_controller_log_dump_all(bool output);