esp_log_buffer_char() function
Syntax
__attribute__((deprecated("Use 'ESP_LOG_BUFFER_CHAR' instead")))
static inline void esp_log_buffer_char(const char *tag,
const void *buffer,
uint16_t buff_len);
Notes
For back compatible @deprecated This function is deprecated and will be removed in the future. Please use ESP_LOG_BUFFER_CHAR