Home
last modified time | relevance | path

Searched defs:bt_mesh_dfd_srv (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Ddfd_srv.h211 struct bt_mesh_dfd_srv { struct
212 const struct bt_mesh_dfd_srv_cb *cb; argument
213 struct bt_mesh_model *mod;
214 struct bt_mesh_dfu_cli dfu;
215 struct bt_mesh_dfu_target targets[CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX];
216 struct bt_mesh_blob_target_pull pull_ctxs[CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX];
217 const struct bt_mesh_blob_io *io;
218 uint16_t target_cnt;
219 uint16_t slot_idx;
220 bool apply;
[all …]