Bluetooth: Audio: Add TBS client TX buffer count requirement
After removing the high default for MCS, it was discovered that the TBS client requires a significant amount of buffers to work properly as well. Added the requirement as a build assert that depends on which optional TBS client features are enabled. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
5c3241ca5b
commit
5109c941f2
4 changed files with 23 additions and 0 deletions
|
@ -52,6 +52,7 @@ CONFIG_BT_BAS=y
|
|||
CONFIG_BT_IAS=y
|
||||
|
||||
CONFIG_BT_TBS_CLIENT=y
|
||||
CONFIG_BT_TBS_CLIENT_MINIMAL=y
|
||||
CONFIG_BT_TBS_CLIENT_GTBS=y
|
||||
CONFIG_BT_TBS_CLIENT_MAX_TBS_INSTANCES=0
|
||||
CONFIG_BT_TBS_CLIENT_CCID=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue