Bluetooth samples: unicast server: L2CAP configuration workaround

Due to this bug:
https://github.com/zephyrproject-rtos/zephyr/issues/64574
We need to increase the number of L2CAP Tx Buffers
so this sample can be used.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-10-30 15:32:54 +01:00 committed by Alberto Escolar
commit 4368765e3c

View file

@ -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