|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
DFU Target node. More...
#include <dfu_cli.h>
Data Fields | |
| struct bt_mesh_blob_target | blob |
| BLOB Target node. | |
| uint8_t | img_idx |
| Image index on the Target node. | |
| uint8_t | effect |
| Expected DFU effect, see bt_mesh_dfu_effect. | |
| uint8_t | status |
| Current DFU status, see bt_mesh_dfu_status. | |
| uint8_t | phase |
| Current DFU phase, see bt_mesh_dfu_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.