/subsys/bluetooth/lib/ |
A D | ead.c | 100 LOG_HEXDUMP_DBG(encrypted_payload, ead_size, "Encrypted Data: "); in ead_encrypt() 195 LOG_HEXDUMP_DBG(encrypted_ad_data, encrypted_ad_data_size, "Encrypted Data: "); in ead_decrypt() 199 LOG_HEXDUMP_DBG(payload, payload_size, "Decrypted Data: "); in ead_decrypt()
|
/subsys/logging/frontends/stmesp/ |
A D | zephyr_custom_log.h | 117 #undef LOG_HEXDUMP_DBG 140 #define LOG_HEXDUMP_DBG(_data, _length, _str) (void)_data macro
|
/subsys/net/lib/mqtt_sn/ |
A D | mqtt_sn_transport_udp.c | 157 LOG_HEXDUMP_DBG(buf, sz, "Sending Broadcast UDP packet"); in tp_udp_sendto() 175 LOG_HEXDUMP_DBG(buf, sz, "Sending Addressed UDP packet"); in tp_udp_sendto() 203 LOG_HEXDUMP_DBG(buffer, rc, "recv"); in tp_udp_recvfrom()
|
A D | mqtt_sn.c | 118 LOG_HEXDUMP_DBG(client->tx.data, client->tx.len, "Send message"); in encode_and_send() 649 LOG_HEXDUMP_DBG(pub->topic->name, pub->topic->namelen, in process_pubs() 651 LOG_HEXDUMP_DBG(pub->pubdata, pub->datalen, "Processing publish data"); in process_pubs() 736 LOG_HEXDUMP_DBG(topic->name, topic->namelen, "Processing topic"); in process_topics() 1692 LOG_HEXDUMP_DBG(client->rx.data, client->rx.len, "Received data"); in mqtt_sn_input()
|
/subsys/bluetooth/audio/ |
A D | mcc.c | 107 LOG_HEXDUMP_DBG(data, length, "Player name read"); in mcc_player_name_cb() 153 LOG_HEXDUMP_DBG(pid, length, "Icon Object ID"); in mcc_read_icon_obj_id_cb() 188 LOG_HEXDUMP_DBG(data, length, "Icon URL"); in mcc_read_icon_url_cb() 213 LOG_HEXDUMP_DBG(data, length, "Track title"); in mcc_track_title_cb() 292 LOG_HEXDUMP_DBG(data, sizeof(pos), "Track position"); in mcc_track_position_cb() 453 LOG_HEXDUMP_DBG(pid, length, "Segments Object ID"); in mcc_read_segments_obj_id_cb() 3330 LOG_HEXDUMP_DBG(data_p, len, "Icon content"); in on_icon_content() 3471 LOG_HEXDUMP_DBG(data_p, len, "Track content"); in on_current_track_content() 3509 LOG_HEXDUMP_DBG(data_p, len, "Track content"); in on_next_track_content() 3574 LOG_HEXDUMP_DBG(data_p, len, "Group content"); in on_parent_group_content() [all …]
|
A D | csip_set_coordinator.c | 429 LOG_HEXDUMP_DBG(sirk->value, sizeof(*sirk), in sirk_notify_func() 446 LOG_HEXDUMP_DBG(dst_sirk, BT_CSIP_SIRK_SIZE, "SIRK"); in sirk_notify_func() 502 LOG_HEXDUMP_DBG(data, length, "Value"); in size_notify_func() 557 LOG_HEXDUMP_DBG(data, length, "Value"); in lock_notify_func() 893 LOG_HEXDUMP_DBG(data, length, "Data read"); in csip_set_coordinator_discover_insts_read_rank_cb() 925 LOG_HEXDUMP_DBG(data, length, "Data read"); in csip_set_coordinator_discover_insts_read_set_size_cb() 959 LOG_HEXDUMP_DBG(recvd_sirk->value, sizeof(recvd_sirk->value), in parse_sirk() 978 LOG_HEXDUMP_DBG(sirk, BT_CSIP_SIRK_SIZE, "SIRK"); in parse_sirk() 1001 LOG_HEXDUMP_DBG(data, length, "Data read"); in csip_set_coordinator_discover_insts_read_sirk_cb()
|
A D | tbs_client.c | 704 LOG_HEXDUMP_DBG(data, length, "notify handler value"); in notify_handler() 1024 LOG_HEXDUMP_DBG(data, length, "Data read"); in read_technology_cb() 1100 LOG_HEXDUMP_DBG(data, length, "Data read"); in read_signal_strength_cb() 1147 LOG_HEXDUMP_DBG(data, length, "Data read"); in read_signal_interval_cb() 1248 LOG_HEXDUMP_DBG(data, length, "Data read"); in read_ccid_cb() 1283 LOG_HEXDUMP_DBG(data, length, "Data read"); in read_status_flags_cb() 1431 LOG_HEXDUMP_DBG(data, length, "Data read"); in read_optional_opcodes_cb()
|
A D | mpl.c | 375 LOG_HEXDUMP_DBG(obj.content->data, obj.content->len, "Segments Object"); in setup_segments_object() 437 LOG_HEXDUMP_DBG(obj.content->data, obj.content->len, "Parent Group Object"); in setup_parent_group_object() 469 LOG_HEXDUMP_DBG(obj.content->data, obj.content->len, "Group Object"); in setup_group_object() 2221 LOG_HEXDUMP_DBG(data->data, data->data_len, "param:"); in parse_sci() 2276 LOG_HEXDUMP_DBG(search->search, search->len, "Search"); in send_search()
|
/subsys/usb/host/ |
A D | usbip.c | 212 LOG_HEXDUMP_DBG(xfer->setup_pkt, 8U, "setup"); in usbip_submit_req() 309 LOG_HEXDUMP_DBG(buf->data, buf->len, "SUBMIT data"); in usbip_handle_submit() 367 LOG_HEXDUMP_DBG((uint8_t *)&cmd.hdr, sizeof(cmd.hdr), "cmd.hdr"); in usbip_handle_cmd() 522 LOG_HEXDUMP_DBG(busid, sizeof(my_busid), "import busid"); in get_device_by_busid() 527 LOG_HEXDUMP_DBG(my_busid, sizeof(my_busid), "my busid"); in get_device_by_busid() 616 LOG_HEXDUMP_DBG((uint8_t *)&hdr, sizeof(hdr), "header"); in usbip_handle_connection()
|
/subsys/gnss/rtk/serial/ |
A D | serial.c | 43 LOG_HEXDUMP_DBG(frame, frame_len, "Frame received"); in gnss_rtk_process_work_handler()
|
/subsys/net/ip/ |
A D | net_private.h | 375 LOG_HEXDUMP_DBG(packet, length, str); in net_hexdump() 392 LOG_HEXDUMP_DBG(buf->data, buf->len, pkt_str); in net_pkt_hexdump()
|
/subsys/mgmt/osdp/src/ |
A D | osdp_common.c | 24 LOG_HEXDUMP_DBG(buf, len, head); in osdp_dump()
|
/subsys/usb/device_next/class/ |
A D | usbd_midi2.c | 164 LOG_HEXDUMP_DBG(buf->data, buf->len, "MIDI2 - Rx DATA"); in usbd_midi2_recv() 203 LOG_HEXDUMP_DBG(buf->data, buf->len, "Tx DATA complete"); in usbd_midi_class_request() 325 LOG_HEXDUMP_DBG(buf->data, buf->len, "Control to host"); in usbd_midi_class_cth() 444 LOG_HEXDUMP_DBG(buf->data, buf->len, "MIDI2 - Tx DATA"); in usbd_midi_tx_work()
|
/subsys/mgmt/ec_host_cmd/ |
A D | ec_host_cmd_handler.c | 319 LOG_HEXDUMP_DBG(args->output_buf, args->output_buf_size, "HC resp:"); in ec_host_cmd_send_response() 371 LOG_HEXDUMP_DBG(rx_data, rx_header->data_len, dbg_raw); in ec_host_cmd_log_request()
|
/subsys/bluetooth/mesh/ |
A D | settings.c | 76 LOG_HEXDUMP_DBG(out, len, "val"); in bt_mesh_settings_set()
|
A D | cfg.c | 487 LOG_HEXDUMP_DBG(&val, sizeof(val), "raw value"); in store_pending_cfg()
|
/subsys/llext/ |
A D | shell.c | 151 LOG_HEXDUMP_DBG(llext_buf, 4, "4 byte MAGIC"); in cmd_llext_load_hex()
|
/subsys/mgmt/osdp/ |
A D | Kconfig | 60 LOG_HEXDUMP_DBG() is used to achieve this and can be very verbose.
|
/subsys/modem/ |
A D | modem_cmux.c | 134 LOG_HEXDUMP_DBG(frame->data, hexdump_len, "data:"); in modem_cmux_log_frame() 228 LOG_HEXDUMP_DBG(command->value, command->length.value, "data:"); in modem_cmux_log_transmit_command() 235 LOG_HEXDUMP_DBG(command->value, command->length.value, "data:"); in modem_cmux_log_received_command()
|
/subsys/net/lib/http/ |
A D | http_client.c | 100 LOG_HEXDUMP_DBG(send_buf, end_of_send, in http_send_data() 147 LOG_HEXDUMP_DBG(send_buf, send_buf_len, "Data to send"); in http_flush_data()
|
/subsys/mgmt/ec_host_cmd/backends/ |
A D | ec_host_cmd_backend_shi_ite.c | 176 LOG_HEXDUMP_DBG(data->in_msg, count, "in_msg="); in shi_ite_bad_received_data()
|
/subsys/bluetooth/host/ |
A D | settings.c | 166 LOG_HEXDUMP_DBG(&bt_dev.id_addr, len, "data read"); in set_setting()
|
/subsys/net/l2/wifi/ |
A D | wifi_mgmt.c | 390 LOG_HEXDUMP_DBG(params->ssid, params->ssid_length, "ssid"); in wifi_connect() 391 LOG_HEXDUMP_DBG(params->psk, params->psk_length, "psk"); in wifi_connect() 393 LOG_HEXDUMP_DBG(params->sae_password, params->sae_password_length, "sae"); in wifi_connect()
|
/subsys/usb/device/ |
A D | usb_descriptor.c | 347 LOG_HEXDUMP_DBG(&hwid[skip], usblen, "Serial Number"); in usb_update_sn_string_descriptor()
|
/subsys/net/lib/coap/ |
A D | coap_client.c | 41 LOG_HEXDUMP_DBG(buf, len, "Send CoAP Request:"); in send_request() 62 LOG_HEXDUMP_DBG(buf, err, "Receive CoAP Response:"); in receive()
|