esp_log_buffer_hex() function
@cond
Syntax
__attribute__((deprecated("Use 'ESP_LOG_BUFFER_HEX' instead")))
static inline void esp_log_buffer_hex(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_HEX