Skip to content

Commit

Permalink
Bluetooth samples: unicast server: L2CAP configuration workaround
Browse files Browse the repository at this point in the history
Due to this bug:
#64574
We need to increase the number of L2CAP Tx Buffers
so this sample can be used.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
  • Loading branch information
aescolar committed Nov 1, 2023
1 parent b132eeb commit f634e38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/bluetooth/unicast_audio_server/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ CONFIG_BT_ATT_PREPARE_COUNT=1

CONFIG_BT_EXT_ADV=y
CONFIG_BT_DEVICE_NAME="Unicast Audio Server"

# Due to https://github.com/zephyrproject-rtos/zephyr/issues/64574 we need to increase the number
# of L2CAP buffers
CONFIG_BT_L2CAP_TX_BUF_COUNT=4

0 comments on commit f634e38

Please sign in to comment.