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

DFU image instance. More...

#include <dfu.h>

Data Fields

const void * fwid
 Firmware ID.
 
size_t fwid_len
 Length of the firmware ID.
 
const char * uri
 Update URI, or NULL.
 

Detailed Description

DFU image instance.

Each DFU image represents a single updatable firmware image.

Field Documentation

◆ fwid

const void* bt_mesh_dfu_img::fwid

Firmware ID.

◆ fwid_len

size_t bt_mesh_dfu_img::fwid_len

Length of the firmware ID.

◆ uri

const char* bt_mesh_dfu_img::uri

Update URI, or NULL.


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