Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

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.
 

Detailed Description

DFU Target node.

Field Documentation

◆ blob

struct bt_mesh_blob_target bt_mesh_dfu_target::blob

BLOB Target node.

◆ effect

uint8_t bt_mesh_dfu_target::effect

Expected DFU effect, see bt_mesh_dfu_effect.

◆ img_idx

uint8_t bt_mesh_dfu_target::img_idx

Image index on the Target node.

◆ phase

uint8_t bt_mesh_dfu_target::phase

Current DFU phase, see bt_mesh_dfu_phase.

◆ status

uint8_t bt_mesh_dfu_target::status

Current DFU status, see bt_mesh_dfu_status.


The documentation for this struct was generated from the following file: