Home
last modified time | relevance | path

Searched refs:LOG_HEXDUMP_ERR (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/src/
Dscanner.c48 LOG_HEXDUMP_ERR(ad->data, ad->len, "Received AD:"); in device_found()
49 LOG_HEXDUMP_ERR(test_ad2, ARRAY_SIZE(test_ad2), "Expected AD:"); in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/
Dcentral.c45 LOG_HEXDUMP_ERR(decrypted_buf.data, decrypted_data_size, in data_parse_cb()
47 LOG_HEXDUMP_ERR(sample_data->ad_data, sample_data->size_ad_data, in data_parse_cb()
Dperipheral.c74 LOG_HEXDUMP_ERR(ead, size_ead, "Encrypted data from bt_ead_encrypt:"); in set_ad_data()
75 LOG_HEXDUMP_ERR(sample_data->ead, sample_data->size_ead, in set_ad_data()
/Zephyr-latest/include/zephyr/logging/
Dlog.h187 #define LOG_HEXDUMP_ERR(_data, _length, _str) \ macro
471 #undef LOG_HEXDUMP_ERR
481 #define LOG_HEXDUMP_ERR(...) (void) 0 macro
/Zephyr-latest/subsys/logging/frontends/stmesp/
Dzephyr_custom_log.h113 #undef LOG_HEXDUMP_ERR
136 #define LOG_HEXDUMP_ERR(_data, _length, _str) (void)_data macro
/Zephyr-latest/tests/net/socket/tls_configurations/src/
Dmain.c243 LOG_HEXDUMP_ERR(test_buf, data_len, "Received:"); in main()
244 LOG_HEXDUMP_ERR(TEST_STRING, data_len, "Expected:"); in main()
/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_log.h92 LOG_HEXDUMP_ERR(p_memory, length, "")
/Zephyr-latest/include/zephyr/net/
Dnet_core.h64 #define NET_HEXDUMP_ERR(_data, _length, _str) LOG_HEXDUMP_ERR(_data, _length, _str)
/Zephyr-latest/samples/subsys/logging/syst/src/
Dmain.c79 LOG_HEXDUMP_ERR((const uint8_t *)&frame, sizeof(frame), "frame"); in log_msgs()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c144 LOG_HEXDUMP_ERR(buf->data, buf->len, "HCI META EVT"); in handle_meta_event()
185 LOG_HEXDUMP_ERR(buf->data, buf->len, "payload"); in handle_att()
257 LOG_HEXDUMP_ERR(buf->data, buf->len, "HCI EVT"); in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c148 LOG_HEXDUMP_ERR(buf->data, buf->len, "HCI META EVT"); in handle_meta_event()
209 LOG_HEXDUMP_ERR(buf->data, buf->len, "payload"); in handle_att()
281 LOG_HEXDUMP_ERR(buf->data, buf->len, "HCI EVT"); in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c152 LOG_HEXDUMP_ERR(buf->data, buf->len, "HCI META EVT"); in handle_meta_event()
231 LOG_HEXDUMP_ERR(buf->data, buf->len, "payload"); in handle_att()
303 LOG_HEXDUMP_ERR(buf->data, buf->len, "HCI EVT"); in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c156 LOG_HEXDUMP_ERR(buf->data, buf->len, "HCI META EVT"); in handle_meta_event()
255 LOG_HEXDUMP_ERR(buf->data, buf->len, "payload"); in handle_att()
327 LOG_HEXDUMP_ERR(buf->data, buf->len, "HCI EVT"); in recv()
/Zephyr-latest/subsys/lorawan/services/
Dlorawan_services.c125 LOG_HEXDUMP_ERR(data, len, "Payload: "); in lorawan_services_schedule_uplink()
/Zephyr-latest/drivers/sensor/fcx_mldx5/
Dfcx_mldx5.c214 LOG_HEXDUMP_ERR(data->frame, data->frame_len, "Discarding"); in fcx_mldx5_uart_isr()
327 LOG_HEXDUMP_ERR(o2_data, o2_data_len, "Invalid O2 data"); in fcx_mldx5_read_o2_value()
/Zephyr-latest/tests/net/socket/websocket/src/
Dmain.c339 LOG_HEXDUMP_ERR(lorem_ipsum + total_read, ret, in verify_sent_and_received_msg()
341 LOG_HEXDUMP_ERR(recv_buf, ret, "but it was instead"); in verify_sent_and_received_msg()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c141 LOG_HEXDUMP_ERR(buf->data, buf->len, "HCI META EVT"); in handle_meta_event()
283 LOG_HEXDUMP_ERR(buf->data, buf->len, "HCI EVT"); in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c153 LOG_HEXDUMP_ERR(buf->data, buf->len, "HCI META EVT"); in handle_meta_event()
295 LOG_HEXDUMP_ERR(buf->data, buf->len, "HCI EVT"); in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dmain.c101 LOG_HEXDUMP_ERR(buf->data, buf->len, "RX data"); in recv_cb()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/
Dmain.c143 LOG_HEXDUMP_ERR(buf->data, buf->len, "RX data"); in recv_cb()
/Zephyr-latest/subsys/llext/
Dllext_load.c77 LOG_HEXDUMP_ERR(ldr->hdr.e_ident, 16, "Invalid ELF, magic does not match"); in llext_load_elf_data()
/Zephyr-latest/kernel/
Duserspace.c670 LOG_HEXDUMP_ERR(ko->perms, sizeof(ko->perms), "permission bitmap"); in dump_permission_error()
/Zephyr-latest/subsys/net/lib/mqtt_sn/
Dmqtt_sn.c1044 LOG_HEXDUMP_ERR(topic_name->data, topic_name->size, "Topic not found"); in mqtt_sn_unsubscribe()
/Zephyr-latest/drivers/modem/
Dhl7800.c3270 LOG_HEXDUMP_ERR(rsp, out_len, "Unable to parse PoLTE location"); in on_cmd_polte_location()