Skip to content

Commit a046f25

Browse files
alxelaxdanieldegrasse
authored andcommitted
tests: bluetooth: tester: fix configuration to use max fwid length
Commit sets max possible number of tx and rx segments to not adapt them anymore. Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
1 parent e12457d commit a046f25

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/bluetooth/tester/overlay-mesh.conf

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ CONFIG_BT_MESH_CFG_CLI=y
1919
CONFIG_BT_MESH_HEALTH_CLI=y
2020
CONFIG_BT_MESH_FRIEND=y
2121
CONFIG_BT_MESH_FRIEND_QUEUE_SIZE=32
22-
CONFIG_BT_MESH_RX_SEG_MAX=13
23-
CONFIG_BT_MESH_TX_SEG_MAX=8
24-
CONFIG_BT_MESH_TX_SEG_MSG_COUNT=3
22+
CONFIG_BT_MESH_RX_SEG_MAX=32
23+
CONFIG_BT_MESH_TX_SEG_MAX=32
24+
CONFIG_BT_MESH_TX_SEG_MSG_COUNT=10
2525
CONFIG_BT_MESH_LPN_POLL_TIMEOUT=100
2626
CONFIG_BT_MESH_PROVISIONER=y
2727
CONFIG_BT_MESH_CDB=y
@@ -38,7 +38,6 @@ CONFIG_BT_MESH_LARGE_COMP_DATA_CLI=y
3838
CONFIG_BT_MESH_LARGE_COMP_DATA_SRV=y
3939
CONFIG_BT_MESH_SAR_CFG_SRV=y
4040
CONFIG_BT_MESH_SAR_CFG_CLI=y
41-
CONFIG_BT_MESH_TX_SEG_MSG_COUNT=10
4241
CONFIG_BT_MESH_RPR_SRV=y
4342
CONFIG_BT_MESH_RPR_CLI=y
4443
CONFIG_BT_MESH_RPR_AD_TYPES_MAX=2

0 commit comments

Comments
 (0)