Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions include/zephyr/bluetooth/mesh/dfu_srv.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ struct bt_mesh_dfu_srv {
/** Number of updatable images. */
size_t img_count;

/** @cond INTERNAL_HIDDEN */
/* Runtime state */
const struct bt_mesh_model *mod;
struct {
Expand All @@ -194,7 +195,9 @@ struct bt_mesh_dfu_srv {
uint8_t idx;
uint16_t timeout_base;
uint16_t meta;
bool self_update;
} update;
/** @endcond */
};

/** @brief Accept the received DFU transfer.
Expand Down
Loading
Loading