Lines Matching full:blob
7 #include "blob.h"
24 static const char *blob_data = "blob";
88 shell_print(bt_mesh_shell_ctx_shell, "Mesh Blob: Lost target 0x%04x (reason: %u)", in blob_cli_lost_target()
104 "None of the targets can be used for BLOB transfer"); in blob_cli_caps()
108 shell_print(bt_mesh_shell_ctx_shell, "Mesh BLOB: capabilities:"); in blob_cli_caps()
109 shell_print(bt_mesh_shell_ctx_shell, "\tMax BLOB size: %u bytes", caps->max_size); in blob_cli_caps()
124 shell_print(bt_mesh_shell_ctx_shell, "Mesh BLOB transfer complete."); in blob_cli_end()
126 shell_print(bt_mesh_shell_ctx_shell, "Mesh BLOB transfer failed."); in blob_cli_end()
155 "BLOB transfer progress received from target 0x%04x:\n" in xfer_progress()
163 shell_print(bt_mesh_shell_ctx_shell, "Determine BLOB transfer progress procedure complete"); in xfer_progress_complete()
188 shell_print(bt_mesh_shell_ctx_shell, "BLOB start"); in blob_srv_start()
199 shell_print(bt_mesh_shell_ctx_shell, "BLOB completed in %u.%03u s", in blob_srv_end()
203 shell_print(bt_mesh_shell_ctx_shell, "BLOB cancelled"); in blob_srv_end()
254 shell_error(sh, "Failed to init BLOB IO Flash module: %d\n", err); in cmd_flash_stream_set()
358 shell_print(sh, "BLOB transfer TX failed (err: %d)", err); in cmd_tx()
532 shell_print(sh, "Receive BLOB 0x%x", id); in cmd_rx()
536 shell_print(sh, "BLOB RX setup failed (%d)", err); in cmd_rx()
550 shell_print(sh, "Cancelling BLOB rx"); in cmd_rx_cancel()
553 shell_print(sh, "BLOB cancel failed (%d)", err); in cmd_rx_cancel()
571 /* BLOB Client Model Operations */
588 /* BLOB Server Model Operations */
603 SHELL_CMD(cli, &blob_cli_cmds, "BLOB Cli commands", bt_mesh_shell_mdl_cmds_help),
606 SHELL_CMD(srv, &blob_srv_cmds, "BLOB Srv commands", bt_mesh_shell_mdl_cmds_help),
610 SHELL_SUBCMD_ADD((mesh, models), blob, &blob_cmds, "BLOB models commands",