Skip to content

Commit fff9c32

Browse files
Thalleyfabiobaltieri
authored andcommitted
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>
1 parent b250754 commit fff9c32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

subsys/bluetooth/audio/Kconfig.tbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ config BT_TBS
1313
bool "Telephone Bearer Service Support"
1414
select BT_CCID
1515
select BT_GATT_DYNAMIC_DB
16+
depends on UTF8
1617
help
1718
This option enables support for Telephone Bearer Service.
1819

@@ -134,11 +135,13 @@ endif # BT_TBS
134135

135136
config BT_TBS_CLIENT_GTBS
136137
bool "Generic Telephone Bearer Service client support"
138+
depends on UTF8
137139
help
138140
This option enables support for the GTBS-oriented Call Control client.
139141

140142
config BT_TBS_CLIENT_TBS
141143
bool "Telephone Bearer Service client support"
144+
depends on UTF8
142145
help
143146
This option enables support for the TBS-oriented Call Control client.
144147

0 commit comments

Comments
 (0)