Skip to content

Commit 8f81ce5

Browse files
alxelaxrlubos
authored andcommitted
samples: bluetooth: mesh: add more tx\rx segments
Commit adds more tx\rx segments for SAR since FWID has maximum length to be compatible with third party devices. Signed-off-by: Aleksandr Khromykh <[email protected]>
1 parent de56727 commit 8f81ce5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/bluetooth/mesh/dfu/distributor/prj.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ CONFIG_BT_MESH_RELAY=y
4545
CONFIG_BT_MESH_FRIEND=y
4646
CONFIG_BT_MESH_MSG_CACHE_SIZE=256
4747
CONFIG_BT_MESH_ADV_BUF_COUNT=128
48-
CONFIG_BT_MESH_TX_SEG_MAX=10
49-
CONFIG_BT_MESH_RX_SEG_MAX=10
48+
CONFIG_BT_MESH_TX_SEG_MAX=14
49+
CONFIG_BT_MESH_RX_SEG_MAX=14
5050
CONFIG_BT_MESH_TX_SEG_MSG_COUNT=2
5151
CONFIG_BT_MESH_RX_SEG_MSG_COUNT=2
5252
CONFIG_BT_MESH_PB_GATT=y

samples/bluetooth/mesh/dfu/target/prj.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ CONFIG_BT_MESH_RELAY=y
4747
CONFIG_BT_MESH_FRIEND=y
4848
CONFIG_BT_MESH_MSG_CACHE_SIZE=256
4949
CONFIG_BT_MESH_ADV_BUF_COUNT=128
50-
CONFIG_BT_MESH_TX_SEG_MAX=10
51-
CONFIG_BT_MESH_RX_SEG_MAX=10
50+
CONFIG_BT_MESH_TX_SEG_MAX=14
51+
CONFIG_BT_MESH_RX_SEG_MAX=14
5252
CONFIG_BT_MESH_TX_SEG_MSG_COUNT=2
5353
CONFIG_BT_MESH_RX_SEG_MSG_COUNT=2
5454
CONFIG_BT_MESH_PB_GATT=y

0 commit comments

Comments
 (0)