zephyr/subsys/bluetooth
Mariusz Skamra 0492ef5bbf Bluetooth: audio: Fix call control client build
error: 'CONFIG_BT_TBS_MAX_PROVIDER_NAME_LENGTH' undeclared (first use
			in this function); did you mean
			'CONFIG_BT_TBS_CLIENT_MAX_PROVIDER_NAME_LENGTH'?
  292 |            CONFIG_BT_TBS_MAX_PROVIDER_NAME_LENGTH);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |            CONFIG_BT_TBS_CLIENT_MAX_PROVIDER_NAME_LENGTH
etc.

This fixes build errors that were seen while building call control
client without server side (`CONFIG_BT_TBS`) enabled.
The options like BT_TBS_CLIENT_MAX_URI_LENGTH and
BT_TBS_CLIENT_MAX_PROVIDER_NAME_LENGTH have been removed because those
were not used in the code. In fact the client implementation used the
common options for BT_TBS_MAX_URI_LENGTH and
BT_TBS_MAX_PROVIDER_NAME_LENGTH that were moved in this patch to the
common Kconfig section.

Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
2022-05-27 17:47:58 -07:00
..
audio Bluetooth: audio: Fix call control client build 2022-05-27 17:47:58 -07:00
common subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
controller Bluetooth: Controller: Fix Data Length Request Cmd parameter checking 2022-05-27 15:19:06 -07:00
host Bluetooth: GATT: Remove use of BT_GATT_ATTRIBUTE macro for discover results 2022-05-27 15:29:36 -07:00
mesh Bluetooth: Gatt: Update users of write callback in subscription params 2022-05-16 16:54:27 +02:00
services subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
shell tests: btshell: Fix the HAS server shell dependency 2022-05-16 16:56:11 +02:00
CMakeLists.txt
Kconfig Bluetooth: Increase supported maximum simultaneous connection to 250 2022-04-04 10:24:34 +02:00
Kconfig.adv Bluetooth: Kconfig: Move BT_LIM_ADV_TIMEOUT to host config 2022-03-17 11:12:47 +01:00
Kconfig.iso Bluetooth: ISO: Update ISO Kconfig for EXPERIMENTAL 2022-05-13 12:44:47 -07:00