zephyr/tests/bluetooth/controller/ctrl_data_length_update
Rubin Gerritsen ebae4b8cf7 Bluetooth: Controller: Default stream count based upon app configs
When building ISO applications on a device that has the host
and controller on the same core, the application developer
shouldn't have to set controller specific configurations.

Without this change the samples iso_receive and iso_broadcast
will fail to run on NRF52 series devices as the samples
try to set up two streams but the controller is configured
to support only one.

Controller unit tests that were previously only enabling the
controller specific ISO configurations now also enable the
top-level ISO configurations to ensure that the default
stream count is properly configured.

Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
2024-04-30 11:45:47 +02:00
..
src Bluetooth: controller: Fix Data Length Update 2024-02-09 13:46:41 +01:00
CMakeLists.txt samples and tests: Add REQUIRED to Zephyr find_package call 2023-03-02 09:58:27 +01:00
Kconfig bluetooth: controller: update unittests for LLCP to use proper ZTEST API 2023-02-24 11:46:39 +01:00
prj.conf Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
prj_nocoded.conf Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
prj_nophy.conf Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
testcase.yaml samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00