Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c662 size_t slot_count; in test_dist_dfu_slot_create_recover() local
678 slot_count = bt_mesh_dfu_slot_foreach(check_slot, &i); in test_dist_dfu_slot_create_recover()
679 ASSERT_EQUAL(CONFIG_BT_MESH_DFU_SLOT_CNT - 2, slot_count); in test_dist_dfu_slot_create_recover()
699 size_t slot_count; in check_delete_all() local
704 slot_count = bt_mesh_dfu_slot_foreach(NULL, NULL); in check_delete_all()
705 ASSERT_EQUAL(0, slot_count); in check_delete_all()