Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu.h37 #ifndef CONFIG_BT_MESH_DFU_SLOT_CNT
38 #define CONFIG_BT_MESH_DFU_SLOT_CNT 0 macro
/Zephyr-latest/tests/bluetooth/tester/
Doverlay-mesh.conf45 CONFIG_BT_MESH_DFU_SLOT_CNT=2
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c596 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 …]
/Zephyr-latest/tests/bsim/bluetooth/mesh/
Dprj.conf63 CONFIG_BT_MESH_DFU_SLOT_CNT=4
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_slot.c35 } slots[CONFIG_BT_MESH_DFU_SLOT_CNT];
Ddfd_srv.c218 net_buf_simple_add_le16(&rsp, CONFIG_BT_MESH_DFU_SLOT_CNT); in handle_capabilities_get()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfd.c187 CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX, CONFIG_BT_MESH_DFU_SLOT_CNT, in cmd_dfd_capabilities_get()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Ddfu.rst268 * :kconfig:option:`CONFIG_BT_MESH_DFU_SLOT_CNT`: Amount of image slots available on the device.