|
Zephyr Project API
3.4.0
A Scalable Open Source RTOS
|
#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] |
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.
| char bt_mesh_dfu_slot::uri[0] |
Image URI.
| size_t bt_mesh_dfu_slot::uri_len |
Length of the image URI.