Lines Matching refs:bt_shell_print
87 bt_shell_print("Mesh Blob: Lost target 0x%04x (reason: %u)", target->addr, reason); in blob_cli_lost_target()
101 bt_shell_print("None of the targets can be used for BLOB transfer"); in blob_cli_caps()
105 bt_shell_print("Mesh BLOB: capabilities:"); in blob_cli_caps()
106 bt_shell_print("\tMax BLOB size: %u bytes", caps->max_size); in blob_cli_caps()
107 bt_shell_print("\tBlock size: %u-%u (%u-%u bytes)", in blob_cli_caps()
111 bt_shell_print("\tMax chunks: %u", caps->max_chunks); in blob_cli_caps()
112 bt_shell_print("\tChunk size: %u", caps->max_chunk_size); in blob_cli_caps()
113 bt_shell_print("\tMTU size: %u", caps->mtu_size); in blob_cli_caps()
114 bt_shell_print("\tModes: %s", modes[caps->modes]); in blob_cli_caps()
121 bt_shell_print("Mesh BLOB transfer complete."); in blob_cli_end()
123 bt_shell_print("Mesh BLOB transfer failed."); in blob_cli_end()
151 bt_shell_print("BLOB transfer progress received from target 0x%04x:\n" in xfer_progress()
159 bt_shell_print("Determine BLOB transfer progress procedure complete"); in xfer_progress_complete()
184 bt_shell_print("BLOB start"); in blob_srv_start()
195 bt_shell_print("BLOB completed in %u.%03u s", in blob_srv_end()
199 bt_shell_print("BLOB cancelled"); in blob_srv_end()