zephyr/tests
Emil Gydesen eb22e1fc98 Bluetooth: TBS: Make GTBS mandatory
Any places that checked for GTBS is now always enabled
as GTBS is mandatory to support, and the Kconfig option
was removed.

Also removed a duplicate Kconfig option for TBS,
BT_TBS_SERVICE_COUNT, as it was unused.

The other Kconfig option BT_TBS_BEARER_COUNT is used
instead exclusively to set it if needed.

Since GTBS can now exist alone, it must also
support having its own calls and other values.
This means that the GTBS and TBS instances now share
the same underlying struct.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-09-17 09:45:48 +02:00
..
application_development
arch style: tests: comply with MISRA C:2012 Rule 15.6 2024-09-11 07:40:35 -04:00
benchmarks tests: latency_measure: Add busy threads for SMP 2024-08-26 14:45:04 -04:00
bluetooth Bluetooth: TBS: Make GTBS mandatory 2024-09-17 09:45:48 +02:00
boards doc: sphinx-lint: fix bad usage of "default role" 2024-09-13 11:42:51 -05:00
boot tests: boot: mcuboot_data_sharing: Fix test 2024-09-09 15:23:16 +03:00
bsim Bluetooth: TBS: Make GTBS mandatory 2024-09-17 09:45:48 +02:00
cmake tests: cmake: add test cases for CMake YAML module 2024-08-23 08:02:11 -04:00
crypto mbedtls: do not set PSA_WANT_KEY_TYPE_[RSA/ECC]_KEY_PAIR_BASIC 2024-09-12 10:02:40 +02:00
drivers tests: drivers: dac: dac_api: src: update dac_api driver test 2024-09-16 20:19:01 +02:00
integration/kernel
kconfig tests: kconfig: functions: Add min/max functions 2024-08-02 13:41:07 +02:00
kernel tests: gen_isr_table: remove misnamed platform 2024-09-16 14:53:58 -04:00
lib tests, samples: Define _POSIX_C_SOURCE where needed 2024-09-16 20:17:35 +02:00
misc llext: use EXPORT_SYMBOL() universally 2024-09-02 12:31:52 -04:00
modules mbedtls: rename CONFIG_MBEDTLS_ZEPHYR_ENTROPY and move it 2024-08-24 07:16:51 -04:00
net tests: net: socket_tls: test different TLS configurations with sockets 2024-09-12 13:31:20 -04:00
posix tests, samples: Define _POSIX_C_SOURCE where needed 2024-09-16 20:17:35 +02:00
robot
subsys tests: remove misnamed platforms from platform_exclude 2024-09-16 10:07:51 +02:00
unit tests: source Zephyr before project() call 2024-08-05 16:27:09 +02:00
ztest doc: sphinx-lint: fix bad usage of "default role" 2024-09-13 11:42:51 -05:00
test_config.yaml