ESP-IDF
+
0
/10 examples
SourceVu will show references to
esp_log_buffer_char_internal()
from the following samples and libraries:
ble_ancs sample
ble_spp_client sample
ble_spp_server sample
gattc_multi_connect sample
gatt_client sample
gatt_security_client sample
ble50_security_client sample
bt_spp_initiator sample
bt_spp_vfs_initiator sample
throughput_client sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_log_buffer_char_internal()
esp_log_buffer_char_internal() function
This function logs a buffer of characters with 16 characters per line. The buffer should contain only printable characters. The log level determines the severity of the log message.
Syntax
Show:
Summary
Declaration
Definition
from
esp_log_buffer.h:47
void
esp_log_buffer_char_internal
(
const
char
*
tag
,
const
void
*
buffer
,
uint16_t
buff_len
,
esp_log_level_t
level
)
;
Implemented in
log_buffers.c:49
Arguments
Argument
Description
tag
Description tag to identify the log.
buffer
Pointer to the buffer array containing the data to be logged.
buff_len
Length of the buffer in bytes.
level
Log level indicating the severity of the log message.
Notes
This function does not check the log level against the ESP_LOCAL_LEVEL. The log level comparison should be done in esp_log.h.
Examples
esp_log_buffer_char_internal()
is referenced by 10 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out