Home
last modified time | relevance | path

Searched refs:shell_hexdump (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/drivers/spi/
Dspi_shell.c69 shell_hexdump(ctx, tx_buffer, bytes_to_send); in cmd_spi_transceive()
72 shell_hexdump(ctx, rx_buffer, bytes_to_send); in cmd_spi_transceive()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt_shell_private.c41 shell_hexdump(sh, data, len); in bt_shell_hexdump()
Dgatt.c1186 shell_hexdump(sh, buf, ret); in get_cb()
Dbt.c1406 shell_hexdump(sh, rsp->data, rsp->len); in cmd_hci_cmd()
4599 shell_hexdump(sh, bt_shell_ead_session_key, BT_EAD_KEY_SIZE); in cmd_encrypted_ad_set_keys()
4601 shell_hexdump(sh, bt_shell_ead_iv, BT_EAD_IV_SIZE); in cmd_encrypted_ad_set_keys()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dlarge_comp_data.c27 shell_hexdump(bt_mesh_shell_ctx_shell, rsp->data->data, rsp->data->len); in status_print()
/Zephyr-latest/drivers/i2c/
Di2c_shell.c272 shell_hexdump(shell_ctx, buf, num_bytes); in cmd_i2c_read()
296 shell_hexdump(shell_ctx, buf, num_bytes); in cmd_i2c_direct_read()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmcc.c525 shell_hexdump(ctx_shell, buf->data, buf->len); in mcc_icon_object_read_cb()
539 shell_hexdump(ctx_shell, buf->data, buf->len); in mcc_track_segments_object_read_cb()
552 shell_hexdump(ctx_shell, buf->data, buf->len); in mcc_otc_read_current_track_object_cb()
565 shell_hexdump(ctx_shell, buf->data, buf->len); in mcc_otc_read_next_track_object_cb()
578 shell_hexdump(ctx_shell, buf->data, buf->len); in mcc_otc_read_parent_group_object_cb()
591 shell_hexdump(ctx_shell, buf->data, buf->len); in mcc_otc_read_current_group_object_cb()
1660 shell_hexdump(sh, (uint8_t *)&search.search, search.len); in cmd_mcc_send_search_ioptest()
1683 shell_hexdump(sh, (uint8_t *)&search.search, search.len); in cmd_mcc_test_send_search_iop_invalid_type()
1708 shell_hexdump(sh, (uint8_t *)&search.search, search.len); in cmd_mcc_test_send_search_invalid_sci_len()
Dcsip_set_member.c220 shell_hexdump(sh, sirk, sizeof(sirk)); in cmd_csip_set_member_get_sirk()
Dcap_acceptor.c285 shell_hexdump(sh, sirk, sizeof(sirk)); in cmd_cap_acceptor_get_sirk()
Dbap_scan_delegator.c345 shell_hexdump(ctx_shell, broadcast_code, BT_ISO_BROADCAST_CODE_SIZE); in broadcast_code_cb()
Dbap_broadcast_assistant.c1072 shell_hexdump(sh, broadcast_code, sizeof(broadcast_code)); in cmd_bap_broadcast_assistant_broadcast_code()
Dbap.c3974 shell_hexdump(sh, data, len); in cmd_send()
/Zephyr-latest/subsys/net/lib/shell/
Dpkt.c142 shell_hexdump(sh, buf->data, buf->len); in net_pkt_buffer_hexdump()
/Zephyr-latest/drivers/virtualization/
Dvirt_ivshmem_shell.c114 shell_hexdump(sh, (const uint8_t *)mem+dump_pos, dump_size); in cmd_ivshmem_dump()
/Zephyr-latest/subsys/settings/src/
Dsettings_shell.c100 shell_hexdump(params->shell_ptr, buffer, num_read_bytes); in settings_read_callback()
/Zephyr-latest/drivers/lora/
Dshell.c278 shell_hexdump(sh, buf, ret); in cmd_lora_recv()
/Zephyr-latest/samples/subsys/shell/shell_module/src/
Dmain.c227 shell_hexdump(sh, argv[cnt], strlen(argv[cnt])); in cmd_demo_hexdump()
/Zephyr-latest/drivers/smbus/
Dsmbus_shell.c352 shell_hexdump(sh, buf, count); in cmd_smbus_block_read()
/Zephyr-latest/subsys/usb/host/
Dusbh_shell.c197 shell_hexdump(sh, buf->data, buf->len); in cmd_desc_string()
/Zephyr-latest/include/zephyr/shell/
Dshell.h1116 void shell_hexdump(const struct shell *sh, const uint8_t *data, size_t len);
/Zephyr-latest/drivers/i3c/
Di3c_shell.c491 shell_hexdump(sh, buf, num_bytes); in cmd_i3c_read()
565 shell_hexdump(sh, buf, num_bytes); in cmd_i3c_hdr_ddr_read()
1521 shell_hexdump(sh, buf, num_xfer); in cmd_i3c_ccc_getvendor()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_shell.c186 shell_hexdump(sh, buff, buff_len); in cmd_read()
/Zephyr-latest/subsys/shell/
Dshell.c1654 void shell_hexdump(const struct shell *sh, const uint8_t *data, size_t len) in shell_hexdump() function