Skip to content

Commit

Permalink
samples: Bluetooth: Mesh: increase HCI cmd buffers
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
akredalen authored and jukkar committed Dec 11, 2024
1 parent 427f16d commit 664911d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/bluetooth/mesh/ble_peripheral_lbs_coex/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ CONFIG_BT_MESH_ONOFF_SRV=y
# Enable the LBS service
CONFIG_BT_LBS=y
CONFIG_BT_LBS_POLL_BUTTON=y

# Increase the HCI command buffers to 3 for additional Peripheral LE Service
CONFIG_BT_BUF_CMD_TX_COUNT=3
3 changes: 3 additions & 0 deletions samples/bluetooth/mesh/light/overlay-dfu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ CONFIG_BT_MAX_CONN=3

# One extra identity for SMP service
CONFIG_BT_ID_MAX=2

# Increase the HCI command buffers to 3 for additional SMP service
CONFIG_BT_BUF_CMD_TX_COUNT=3

0 comments on commit 664911d

Please sign in to comment.