|
Zephyr Project API
3.4.0
A Scalable Open Source RTOS
|
#include <dfu_cli.h>
Data Fields | |
| struct bt_mesh_blob_target | blob |
| uint8_t | img_idx |
| uint8_t | effect |
| uint8_t | status |
| uint8_t | phase |
DFU Target node.
| struct bt_mesh_blob_target bt_mesh_dfu_target::blob |
BLOB Target node
| uint8_t bt_mesh_dfu_target::effect |
Expected DFU effect, see bt_mesh_dfu_effect.
| uint8_t bt_mesh_dfu_target::img_idx |
Image index on the Target node
| uint8_t bt_mesh_dfu_target::phase |
Current DFU phase, see bt_mesh_dfu_phase.
| uint8_t bt_mesh_dfu_target::status |
Current DFU status, see bt_mesh_dfu_status.