Skip to content

Commit 524f4c1

Browse files
akredalenanangl
authored andcommitted
samples: bluetooth: mesh: fix delayable msg warnings in sensor srv
Increase delayable message configs to handle high message traffic from multiple sensors publishing data and concurrent client request handling. Signed-off-by: Stine Åkredalen <[email protected]>
1 parent 7ba1349 commit 524f4c1

File tree

1 file changed

+3
-2
lines changed
  • samples/bluetooth/mesh/sensor_server

1 file changed

+3
-2
lines changed

samples/bluetooth/mesh/sensor_server/prj.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,12 @@ CONFIG_BT_MESH_MODEL_KEY_COUNT=3
6464
CONFIG_BT_MESH_SENSOR_SRV=y
6565
CONFIG_BT_MESH_SENSOR_SRV_SENSORS_MAX=5
6666

67-
# Increase default delayable message config to avoid insuffisient resources
67+
# Increase default delayable message config to avoid insufficient resources
6868
# during normal sample operation
69+
CONFIG_BT_MESH_ACCESS_DELAYABLE_MSG_CHUNK_SIZE=12
6970
CONFIG_BT_MESH_ACCESS_DELAYABLE_MSG_CHUNK_COUNT=60
7071
CONFIG_BT_MESH_TX_SEG_MSG_COUNT=2
71-
CONFIG_BT_MESH_ACCESS_DELAYABLE_MSG_COUNT=6
72+
CONFIG_BT_MESH_ACCESS_DELAYABLE_MSG_COUNT=10
7273

7374
# Debugging
7475
CONFIG_BT_MESH_LOG_LEVEL_DBG=y

0 commit comments

Comments
 (0)