Home
last modified time | relevance | path

Searched refs:bt_mesh_dfu_slot_reserve (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_slot.h35 struct bt_mesh_dfu_slot *bt_mesh_dfu_slot_reserve(void);
Ddfu_slot.c126 struct bt_mesh_dfu_slot *bt_mesh_dfu_slot_reserve(void) in bt_mesh_dfu_slot_reserve() function
Ddfd_srv.c512 srv->upload.slot = bt_mesh_dfu_slot_reserve(); in handle_upload_start()
614 struct bt_mesh_dfu_slot *slot = bt_mesh_dfu_slot_reserve(); in handle_upload_start_oob()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c440 struct bt_mesh_dfu_slot *new_slot = bt_mesh_dfu_slot_reserve(); in slot_reserve_and_set()
746 slots[i] = bt_mesh_dfu_slot_reserve(); in test_dist_dfu_slot_reservation()
750 ASSERT_EQUAL(NULL, bt_mesh_dfu_slot_reserve()); in test_dist_dfu_slot_reservation()
754 ASSERT_TRUE(bt_mesh_dfu_slot_reserve() != NULL); in test_dist_dfu_slot_reservation()
755 ASSERT_EQUAL(NULL, bt_mesh_dfu_slot_reserve()); in test_dist_dfu_slot_reservation()
773 slot = bt_mesh_dfu_slot_reserve(); in test_dist_dfu_slot_idempotency()
779 slot = bt_mesh_dfu_slot_reserve(); in test_dist_dfu_slot_idempotency()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfu.c393 slot = bt_mesh_dfu_slot_reserve(); in cmd_dfu_slot_add()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c4190 slot = bt_mesh_dfu_slot_reserve(); in dfu_slot_add()