Bluetooth: TBS: Add UTF8 requirement to Kconfigs

The UTF8 implementions for both client and server
both use the utf8 API which require CONFIG_UTF8.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2024-08-21 15:59:59 +02:00 committed by Fabio Baltieri
commit fff9c326c6

View file

@ -13,6 +13,7 @@ config BT_TBS
bool "Telephone Bearer Service Support"
select BT_CCID
select BT_GATT_DYNAMIC_DB
depends on UTF8
help
This option enables support for Telephone Bearer Service.
@ -134,11 +135,13 @@ endif # BT_TBS
config BT_TBS_CLIENT_GTBS
bool "Generic Telephone Bearer Service client support"
depends on UTF8
help
This option enables support for the GTBS-oriented Call Control client.
config BT_TBS_CLIENT_TBS
bool "Telephone Bearer Service client support"
depends on UTF8
help
This option enables support for the TBS-oriented Call Control client.