Zephyr Project API  3.4.0
A Scalable Open Source RTOS

#include <dfu.h>

Data Fields

const void * fwid
 
size_t fwid_len
 
const char * uri
 

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.

Must use one of the http: or https: schemes.


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