Bluetooth: audio: tbs_client: Minor Kconfig refactor
This intoduces dedicated Kconfig option to enable TBS client, that makes the configuration more intuitive. While configuring GTBS only, the user does not have to explicitly set the BT_TBS_CLIENT_MAX_TBS_INSTANCES to 0 to disable the TBS client functionality. This adds also `tbs_only_client` test case to test the TBS only build option. Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
parent
650a0d8331
commit
c09c4181cf
7 changed files with 43 additions and 36 deletions
|
@ -54,10 +54,8 @@ CONFIG_BT_VCP_VOL_REND_VOCS_INSTANCE_COUNT=1
|
|||
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
|
||||
CONFIG_BT_TBS_CLIENT_STATUS_FLAGS=y
|
||||
|
||||
|
|
|
@ -43,9 +43,7 @@ CONFIG_BT_PAC_SNK_LOC=y
|
|||
CONFIG_BT_PAC_SRC_LOC=y
|
||||
|
||||
# CCP Client Support
|
||||
CONFIG_BT_TBS_CLIENT=y
|
||||
CONFIG_BT_TBS_CLIENT_GTBS=y
|
||||
CONFIG_BT_TBS_CLIENT_MAX_TBS_INSTANCES=0
|
||||
CONFIG_BT_TBS_CLIENT_ORIGINATE_CALL=y
|
||||
CONFIG_BT_TBS_CLIENT_TERMINATE_CALL=y
|
||||
CONFIG_BT_TBS_CLIENT_BEARER_URI_SCHEMES_SUPPORTED_LIST=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue