/Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/src/ |
D | scanner.c | 48 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/ |
D | central.c | 45 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()
|
D | peripheral.c | 74 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/ |
D | log.h | 187 #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/ |
D | zephyr_custom_log.h | 113 #undef LOG_HEXDUMP_ERR 136 #define LOG_HEXDUMP_ERR(_data, _length, _str) (void)_data macro
|
/Zephyr-latest/tests/net/socket/tls_configurations/src/ |
D | main.c | 243 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/ |
D | nrfx_log.h | 92 LOG_HEXDUMP_ERR(p_memory, length, "")
|
/Zephyr-latest/include/zephyr/net/ |
D | net_core.h | 64 #define NET_HEXDUMP_ERR(_data, _length, _str) LOG_HEXDUMP_ERR(_data, _length, _str)
|
/Zephyr-latest/samples/subsys/logging/syst/src/ |
D | main.c | 79 LOG_HEXDUMP_ERR((const uint8_t *)&frame, sizeof(frame), "frame"); in log_msgs()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/ |
D | peer.c | 144 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/ |
D | main.c | 148 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/ |
D | main.c | 152 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/ |
D | main.c | 156 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/ |
D | lorawan_services.c | 125 LOG_HEXDUMP_ERR(data, len, "Payload: "); in lorawan_services_schedule_uplink()
|
/Zephyr-latest/drivers/sensor/fcx_mldx5/ |
D | fcx_mldx5.c | 214 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/ |
D | main.c | 339 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/ |
D | main.c | 141 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/ |
D | tester.c | 153 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/ |
D | main.c | 101 LOG_HEXDUMP_ERR(buf->data, buf->len, "RX data"); in recv_cb()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/ |
D | main.c | 143 LOG_HEXDUMP_ERR(buf->data, buf->len, "RX data"); in recv_cb()
|
/Zephyr-latest/subsys/llext/ |
D | llext_load.c | 77 LOG_HEXDUMP_ERR(ldr->hdr.e_ident, 16, "Invalid ELF, magic does not match"); in llext_load_elf_data()
|
/Zephyr-latest/kernel/ |
D | userspace.c | 670 LOG_HEXDUMP_ERR(ko->perms, sizeof(ko->perms), "permission bitmap"); in dump_permission_error()
|
/Zephyr-latest/subsys/net/lib/mqtt_sn/ |
D | mqtt_sn.c | 1044 LOG_HEXDUMP_ERR(topic_name->data, topic_name->size, "Topic not found"); in mqtt_sn_unsubscribe()
|
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 3270 LOG_HEXDUMP_ERR(rsp, out_len, "Unable to parse PoLTE location"); in on_cmd_polte_location()
|