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:
parent
2ffe02b2d9
commit
4368765e3c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue