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

DFU image slot for DFU distribution. More...

#include <dfu.h>

Data Fields

size_t size
 Size of the firmware in bytes.
 
size_t fwid_len
 Length of the firmware ID.
 
size_t metadata_len
 Length of the metadata.
 
uint8_t fwid [0]
 Firmware ID.
 
uint8_t metadata [0]
 Metadata.
 

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.


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