ESP-IDF
+
0
/57 examples
SourceVu will show references to
esp_log_buffer_hex_internal()
from the following samples and libraries:
blufi sample
esp_hid_device sample
esp_hid_host sample
bridge sample
esp_http_client sample
aligenie_demo sample
provisioner sample
wifi_coexist sample
Bluedroid_GATT_Server sample
ble_ancs sample
ble_compatibility_test sample
ble_eddystone sample
ble_hid_device_demo sample
ble_ibeacon sample
ble_spp_client sample
gattc_multi_connect sample
gatt_client sample
gatt_security_client sample
gatt_security_server sample
gatt_server sample
gatt_server_service_table sample
ble50_security_client sample
ble50_security_server sample
multi-adv sample
periodic_adv sample
a2dp_sink sample
a2dp_source sample
bt_hid_mouse_device sample
bt_spp_initiator sample
bt_spp_vfs_acceptor sample
bt_spp_vfs_initiator sample
hfp_hf sample
a2dp_gatts_coex sample
gattc_gatts_coex sample
df_client sample
df_server sample
fast_prov_server sample
onoff_client sample
onoff_server sample
rpr_client sample
rpr_server sample
unprov_dev sample
sensor_client sample
sensor_server sample
vendor_client sample
vendor_server sample
ble_multi_conn_cent sample
ble_multi_conn_prph sample
master sample
slave sample
mb_master sample
mb_slave sample
mb_tcp_master sample
mb_tcp_slave sample
throughput_server sample
cdc_acm_host sample
cdc_acm_vcp 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_hex_internal()
esp_log_buffer_hex_internal() function
Logs a buffer of hexadecimal bytes at the specified log level. This function logs a buffer of hexadecimal bytes with 16 bytes per line. The log level determines the severity of the log message.
Syntax
Show:
Summary
Declaration
Definition
from
esp_log_buffer.h:32
void
esp_log_buffer_hex_internal
(
const
char
*
tag
,
const
void
*
buffer
,
uint16_t
buff_len
,
esp_log_level_t
level
)
;
Implemented in
log_buffers.c:40
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_hex_internal()
is referenced by 57 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