Searched defs:bt_mesh_dfd_srv (Results 1 – 1 of 1) sorted by relevance
211 struct bt_mesh_dfd_srv { struct212 const struct bt_mesh_dfd_srv_cb *cb; argument213 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 …]