Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
|
|
4.2.0-rc3 |
DFU image slot for DFU distribution. More...
#include <zephyr/bluetooth/mesh/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. |
DFU image slot for DFU distribution.
uint8_t bt_mesh_dfu_slot::fwid[0] |
Firmware ID.
size_t bt_mesh_dfu_slot::fwid_len |
Length of the firmware ID.
uint8_t bt_mesh_dfu_slot::metadata[0] |
Metadata.
size_t bt_mesh_dfu_slot::metadata_len |
Length of the metadata.
size_t bt_mesh_dfu_slot::size |
Size of the firmware in bytes.