zephyr/tests
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
..
application_development/gen_inc_file kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
arch include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
benchmarks include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
bluetooth Bluetooth: audio: Fix call control client build 2022-05-27 17:47:58 -07:00
boards include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
boot/uefi tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
cmake/config_dir cmake: APPLICATION_CONFIG_DIR support implemented 2021-11-10 08:25:36 -05:00
crypto tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
drivers tests/spi_loopback: Fix buffer sizes to avoid buffer overflow 2022-05-27 15:34:34 -07:00
kernel tests/kernel/common: Include errno_private.h 2022-05-27 15:34:34 -07:00
lib tests/c_lib: Set _GNU_SOURCE for qsort_r test 2022-05-27 15:34:34 -07:00
misc tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
net tests: net: sockets: Update packet socket tests 2022-05-27 15:40:29 -07:00
posix tests/posix/fs: extend readdir test 2022-05-13 11:10:04 -07:00
subsys include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
unit tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
ztest include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00