Skip to content

Commit 2411238

Browse files
alxelaxdanieldegrasse
authored andcommitted
bluetooth: mesh: clarify mesh dfu fwid max length
Commit changes BT_MESH_DFU_FWID_MAXLEN option to be compliant with BLE Mesh specification. Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
1 parent a046f25 commit 2411238

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

subsys/bluetooth/mesh/Kconfig

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,10 +1085,15 @@ menu "Firmware Update model configuration"
10851085

10861086
config BT_MESH_DFU_FWID_MAXLEN
10871087
int "DFU FWID max length"
1088-
default 16
1088+
default 106
10891089
range 0 106
10901090
help
1091-
This value defines the maximum length of an image's firmware ID.
1091+
This value defines the maximum length of the vendor-specific version information
1092+
that the mesh stack can manage, describing the image. Please note that
1093+
only 106 octets size allows the device to be compliant with
1094+
the Bluetooth Mesh DFU specification. If smaller than 106 octets are set,
1095+
then the device will fail with managing firmware images that have
1096+
a longer vendor-specific version information.
10921097

10931098
config BT_MESH_DFU_METADATA_MAXLEN
10941099
int "DFU metadata max length"

0 commit comments

Comments
 (0)