Home
last modified time | relevance | path

Searched refs:bt_mesh_dfu_slot_del (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_slot.h88 int bt_mesh_dfu_slot_del(const struct bt_mesh_dfu_slot *slot);
Ddfu_slot.c237 int bt_mesh_dfu_slot_del(const struct bt_mesh_dfu_slot *dfu_slot) in bt_mesh_dfu_slot_del() function
Ddfd_srv.c99 return bt_mesh_dfu_slot_del(slot); in slot_del()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c628 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()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfu.c441 err = bt_mesh_dfu_slot_del(slot); in cmd_dfu_slot_del()