Home
last modified time | relevance | path

Searched refs:bt_mesh_shell_blob_io (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dblob.h9 extern const struct bt_mesh_blob_io *bt_mesh_shell_blob_io;
Dblob.c72 const struct bt_mesh_blob_io *bt_mesh_shell_blob_io; variable
220 bt_mesh_shell_blob_io = &dummy_blob_io; in bt_mesh_shell_blob_cmds_init()
257 bt_mesh_shell_blob_io = &blob_flash_stream.io; in cmd_flash_stream_set()
266 bt_mesh_shell_blob_io = &dummy_blob_io; in cmd_flash_stream_unset()
356 &blob_cli_xfer.xfer, bt_mesh_shell_blob_io); in cmd_tx()
534 id, bt_mesh_shell_blob_io, BT_MESH_TTL_MAX, timeout_base); in cmd_rx()
Ddfu.c91 *io = bt_mesh_shell_blob_io; in dfu_start()
769 &dfu_tx.inputs, bt_mesh_shell_blob_io, &xfer); in cmd_dfu_send()