Home
last modified time | relevance | path

Searched refs:blob_params (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfu.c714 struct bt_mesh_dfu_cli_xfer_blob_params blob_params; in cmd_dfu_send() local
738 blob_params.block_size_log = shell_strtoul(argv[4], 0, &err); in cmd_dfu_send()
739 blob_params.chunk_size = shell_strtoul(argv[5], 0, &err); in cmd_dfu_send()
740 xfer.blob_params = &blob_params; in cmd_dfu_send()
742 xfer.blob_params = NULL; in cmd_dfu_send()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu_cli.h233 const struct bt_mesh_dfu_cli_xfer_blob_params *blob_params; member
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_cli.c1039 if (xfer->blob_params) { in bt_mesh_dfu_cli_send()
1041 cli->xfer.blob.block_size_log = xfer->blob_params->block_size_log; in bt_mesh_dfu_cli_send()
1042 cli->xfer.blob.chunk_size = xfer->blob_params->chunk_size; in bt_mesh_dfu_cli_send()
Ddfd_srv.c1105 xfer.blob_params = NULL; in bt_mesh_dfd_srv_start()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c4439 xfer.blob_params = &blob; in dfu_firmware_update_start()