Hello
I've been experimenting in increasing the number of targets that a mesh FOTA distribution server can support on nRF52840
The CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX has a maximum 65535
Hello
I've been experimenting in increasing the number of targets that a mesh FOTA distribution server can support on nRF52840
The CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX has a maximum 65535
Update
Experimented with CONFIG_BT_MESH_TX_SEG_MAX and CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX
Was able to increase CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX to 40 with CONFIG_BT_MESH_TX_SEG_MAX set to 20
However, new problem
Image transfer fails with status 3 (internal error)
Distributor log shows multiple messages " <wrn> bt_mesh_transport: SDU canceled"
which come from zephyr\subsys\bluetooth\mesh\transport.c
Update
Experimented with CONFIG_BT_MESH_TX_SEG_MAX and CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX
Was able to increase CONFIG_BT_MESH_DFD_SRV_TARGETS_MAX to 40 with CONFIG_BT_MESH_TX_SEG_MAX set to 20
However, new problem
Image transfer fails with status 3 (internal error)
Distributor log shows multiple messages " <wrn> bt_mesh_transport: SDU canceled"
which come from zephyr\subsys\bluetooth\mesh\transport.c