Home
last modified time | relevance | path

Searched refs:dfu_slot (Results 1 – 3 of 3) sorted by relevance

/subsys/bluetooth/mesh/
A Ddfu_slot.h48 int bt_mesh_dfu_slot_info_set(struct bt_mesh_dfu_slot *dfu_slot, size_t size,
60 int bt_mesh_dfu_slot_fwid_set(struct bt_mesh_dfu_slot *dfu_slot,
73 int bt_mesh_dfu_slot_commit(struct bt_mesh_dfu_slot *dfu_slot);
79 void bt_mesh_dfu_slot_release(const struct bt_mesh_dfu_slot *dfu_slot);
A Ddfu_slot.c159 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_info_set()
175 int bt_mesh_dfu_slot_fwid_set(struct bt_mesh_dfu_slot *dfu_slot, in bt_mesh_dfu_slot_fwid_set() argument
178 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_fwid_set()
201 int bt_mesh_dfu_slot_commit(struct bt_mesh_dfu_slot *dfu_slot) in bt_mesh_dfu_slot_commit() argument
204 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_commit()
226 void bt_mesh_dfu_slot_release(const struct bt_mesh_dfu_slot *dfu_slot) in bt_mesh_dfu_slot_release() argument
228 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_release()
237 int bt_mesh_dfu_slot_del(const struct bt_mesh_dfu_slot *dfu_slot) in bt_mesh_dfu_slot_del() argument
239 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_del()
297 int bt_mesh_dfu_slot_img_idx_get(const struct bt_mesh_dfu_slot *dfu_slot) in bt_mesh_dfu_slot_img_idx_get() argument
[all …]
A DCMakeLists.txt101 zephyr_library_sources_ifdef(CONFIG_BT_MESH_DFU_SLOTS dfu_slot.c)

Completed in 19 milliseconds