Zephyr API Documentation  3.4.0
A Scalable Open Source RTOS
3.4.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

#include <dfu.h>

Data Fields

size_t size
 
size_t fwid_len
 
size_t metadata_len
 
size_t uri_len
 
uint8_t fwid [0]
 
uint8_t metadata [0]
 
char uri [0]
 

Detailed Description

DFU image slot for DFU distribution.

Field Documentation

◆ fwid

uint8_t bt_mesh_dfu_slot::fwid[0]

Firmware ID.

◆ fwid_len

size_t bt_mesh_dfu_slot::fwid_len

Length of the firmware ID.

◆ metadata

uint8_t bt_mesh_dfu_slot::metadata[0]

Metadata.

◆ metadata_len

size_t bt_mesh_dfu_slot::metadata_len

Length of the metadata.

◆ size

size_t bt_mesh_dfu_slot::size

Size of the firmware in bytes.

◆ uri

char bt_mesh_dfu_slot::uri[0]

Image URI.

◆ uri_len

size_t bt_mesh_dfu_slot::uri_len

Length of the image URI.


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