Skip to content

Commit 664911d

Browse files
akredalenjukkar
authored andcommitted
samples: Bluetooth: Mesh: increase HCI cmd buffers
Increased the number of HCI command buffers for samples with additional SMP services. One additional buffer per service added. Signed-off-by: Stine Akredalen <[email protected]>
1 parent 427f16d commit 664911d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

samples/bluetooth/mesh/ble_peripheral_lbs_coex/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@ CONFIG_BT_MESH_ONOFF_SRV=y
6161
# Enable the LBS service
6262
CONFIG_BT_LBS=y
6363
CONFIG_BT_LBS_POLL_BUTTON=y
64+
65+
# Increase the HCI command buffers to 3 for additional Peripheral LE Service
66+
CONFIG_BT_BUF_CMD_TX_COUNT=3

samples/bluetooth/mesh/light/overlay-dfu.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ CONFIG_BT_MAX_CONN=3
1818

1919
# One extra identity for SMP service
2020
CONFIG_BT_ID_MAX=2
21+
22+
# Increase the HCI command buffers to 3 for additional SMP service
23+
CONFIG_BT_BUF_CMD_TX_COUNT=3

0 commit comments

Comments
 (0)