We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b250754 commit fff9c32Copy full SHA for fff9c32
subsys/bluetooth/audio/Kconfig.tbs
@@ -13,6 +13,7 @@ config BT_TBS
13
bool "Telephone Bearer Service Support"
14
select BT_CCID
15
select BT_GATT_DYNAMIC_DB
16
+ depends on UTF8
17
help
18
This option enables support for Telephone Bearer Service.
19
@@ -134,11 +135,13 @@ endif # BT_TBS
134
135
136
config BT_TBS_CLIENT_GTBS
137
bool "Generic Telephone Bearer Service client support"
138
139
140
This option enables support for the GTBS-oriented Call Control client.
141
142
config BT_TBS_CLIENT_TBS
143
bool "Telephone Bearer Service client support"
144
145
146
This option enables support for the TBS-oriented Call Control client.
147
0 commit comments