Skip to content

Commit a694b33

Browse files
ludvigsjnordicjm
authored andcommitted
Bluetooth: Mesh: Increase sensor SEG_MSG_COUNTs
This increases the BT_MESH_RX_SEG_MSG_COUNT for the sensor client and the BT_MESH_TX_SEG_MSG_COUNT for the server, to be able to handle the case where sensor on all five of the elements of the server needs to send several messages in a short time (such as when sending descriptor get to all the sensors on the server). Signed-off-by: Ludvig Jordet <[email protected]>
1 parent 09a7852 commit a694b33

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

samples/bluetooth/mesh/sensor_client/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ CONFIG_BT_MESH_RELAY=y
4747
CONFIG_BT_MESH_FRIEND=y
4848
CONFIG_BT_MESH_TX_SEG_MAX=24
4949
CONFIG_BT_MESH_RX_SEG_MAX=16
50+
CONFIG_BT_MESH_RX_SEG_MSG_COUNT=3
5051
CONFIG_BT_MESH_PB_GATT=y
5152
CONFIG_BT_MESH_GATT_PROXY=y
5253
CONFIG_BT_MESH_PROXY_USE_DEVICE_NAME=y

samples/bluetooth/mesh/sensor_server/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ CONFIG_BT_MESH_SENSOR_SRV_SENSORS_MAX=5
6969
# during normal sample operation
7070
CONFIG_BT_MESH_ACCESS_DELAYABLE_MSG_CHUNK_SIZE=12
7171
CONFIG_BT_MESH_ACCESS_DELAYABLE_MSG_CHUNK_COUNT=60
72-
CONFIG_BT_MESH_TX_SEG_MSG_COUNT=2
72+
CONFIG_BT_MESH_TX_SEG_MSG_COUNT=3
7373
CONFIG_BT_MESH_ACCESS_DELAYABLE_MSG_COUNT=10
7474

7575
# Debugging

0 commit comments

Comments
 (0)