Searched refs:bt_mesh_dfu_slot_reserve (Results 1 – 6 of 6) sorted by relevance
35 struct bt_mesh_dfu_slot *bt_mesh_dfu_slot_reserve(void);
126 struct bt_mesh_dfu_slot *bt_mesh_dfu_slot_reserve(void) in bt_mesh_dfu_slot_reserve() function
512 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()
440 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()
393 slot = bt_mesh_dfu_slot_reserve(); in cmd_dfu_slot_add()
4190 slot = bt_mesh_dfu_slot_reserve(); in dfu_slot_add()