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 |
DFU image instance.
Each DFU image represents a single updatable firmware image.
const void* bt_mesh_dfu_img::fwid |
Firmware ID.
size_t bt_mesh_dfu_img::fwid_len |
Length of the firmware ID.
const char* bt_mesh_dfu_img::uri |
Update URI, or NULL.
Must use one of the http: or https: schemes.