Searched refs:bt_mesh_dfu_slot_commit (Results 1 – 6 of 6) sorted by relevance
73 int bt_mesh_dfu_slot_commit(struct bt_mesh_dfu_slot *dfu_slot);
201 int bt_mesh_dfu_slot_commit(struct bt_mesh_dfu_slot *dfu_slot) in bt_mesh_dfu_slot_commit() function
904 if (success && (bt_mesh_dfu_slot_commit(srv->upload.slot) == 0)) { in upload_end()1315 err = bt_mesh_dfu_slot_commit(srv->upload.slot); in bt_mesh_dfd_srv_oob_store_complete()
478 if (bt_mesh_dfu_slot_commit(new_slot) != 0) { in slot_add()620 err = bt_mesh_dfu_slot_commit(slot[i]); in test_dist_dfu_slot_create()785 ASSERT_EQUAL(0, bt_mesh_dfu_slot_commit(slot)); in test_dist_dfu_slot_idempotency()786 ASSERT_EQUAL(-EINVAL, bt_mesh_dfu_slot_commit(slot)); in test_dist_dfu_slot_idempotency()
411 err = bt_mesh_dfu_slot_commit(slot); in cmd_dfu_slot_add()
4203 err = bt_mesh_dfu_slot_commit(slot); in dfu_slot_add()