Lines Matching refs:bt_mesh_dfu_slot
17 LOG_MODULE_REGISTER(bt_mesh_dfu_slot);
33 struct bt_mesh_dfu_slot slot;
48 static bool slot_eq(const struct bt_mesh_dfu_slot *slot, in slot_eq()
126 struct bt_mesh_dfu_slot *bt_mesh_dfu_slot_reserve(void) in bt_mesh_dfu_slot_reserve()
156 int bt_mesh_dfu_slot_info_set(struct bt_mesh_dfu_slot *dfu_slot, size_t size, 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()
201 int bt_mesh_dfu_slot_commit(struct bt_mesh_dfu_slot *dfu_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()
237 int bt_mesh_dfu_slot_del(const struct bt_mesh_dfu_slot *dfu_slot) in bt_mesh_dfu_slot_del()
266 const struct bt_mesh_dfu_slot *bt_mesh_dfu_slot_at(uint16_t img_idx) in bt_mesh_dfu_slot_at()
279 int bt_mesh_dfu_slot_get(const uint8_t *fwid, size_t fwid_len, struct bt_mesh_dfu_slot **slot) in bt_mesh_dfu_slot_get()
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()