1 /* 2 * Copyright (c) 2022 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #include <zephyr/shell/shell.h> 8 9 extern const struct bt_mesh_blob_io *bt_mesh_shell_blob_io; 10 extern bool bt_mesh_shell_blob_valid; 11 12 void bt_mesh_shell_blob_cmds_init(void); 13