Searched refs:CONFIG_BT_MESH_DFU_SLOT_CNT (Results 1 – 8 of 8) sorted by relevance
37 #ifndef CONFIG_BT_MESH_DFU_SLOT_CNT38 #define CONFIG_BT_MESH_DFU_SLOT_CNT 0 macro
45 CONFIG_BT_MESH_DFU_SLOT_CNT=2
596 struct bt_mesh_dfu_slot *slot[CONFIG_BT_MESH_DFU_SLOT_CNT]; in test_dist_dfu_slot_create()604 ASSERT_TRUE_MSG(CONFIG_BT_MESH_DFU_SLOT_CNT >= 3, in test_dist_dfu_slot_create()611 for (i = 0; i < CONFIG_BT_MESH_DFU_SLOT_CNT; i++) { in test_dist_dfu_slot_create()671 ASSERT_TRUE_MSG(CONFIG_BT_MESH_DFU_SLOT_CNT >= 3, 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()681 for (i = 2; i < CONFIG_BT_MESH_DFU_SLOT_CNT; i++) { in test_dist_dfu_slot_create_recover()701 ASSERT_TRUE_MSG(CONFIG_BT_MESH_DFU_SLOT_CNT >= 3, in check_delete_all()707 for (i = 0; i < CONFIG_BT_MESH_DFU_SLOT_CNT - 1; i++) { in check_delete_all()715 ASSERT_TRUE_MSG(CONFIG_BT_MESH_DFU_SLOT_CNT >= 3, in test_dist_dfu_slot_delete_all()740 struct bt_mesh_dfu_slot *slots[CONFIG_BT_MESH_DFU_SLOT_CNT]; in test_dist_dfu_slot_reservation()[all …]
63 CONFIG_BT_MESH_DFU_SLOT_CNT=4
35 } slots[CONFIG_BT_MESH_DFU_SLOT_CNT];
218 net_buf_simple_add_le16(&rsp, CONFIG_BT_MESH_DFU_SLOT_CNT); in handle_capabilities_get()
187 CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX, CONFIG_BT_MESH_DFU_SLOT_CNT, in cmd_dfd_capabilities_get()
268 * :kconfig:option:`CONFIG_BT_MESH_DFU_SLOT_CNT`: Amount of image slots available on the device.