Searched refs:bt_mesh_dfu_slot_del (Results 1 – 5 of 5) sorted by relevance
88 int bt_mesh_dfu_slot_del(const struct bt_mesh_dfu_slot *slot);
237 int bt_mesh_dfu_slot_del(const struct bt_mesh_dfu_slot *dfu_slot) in bt_mesh_dfu_slot_del() function
99 return bt_mesh_dfu_slot_del(slot); in slot_del()
628 err = bt_mesh_dfu_slot_del(slot[1]); in test_dist_dfu_slot_create()788 ASSERT_EQUAL(0, bt_mesh_dfu_slot_del(slot)); in test_dist_dfu_slot_idempotency()789 ASSERT_EQUAL(-EINVAL, bt_mesh_dfu_slot_del(slot)); in test_dist_dfu_slot_idempotency()
441 err = bt_mesh_dfu_slot_del(slot); in cmd_dfu_slot_del()