zephyr/tests/bluetooth/controller
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
..
common bluetooth: controller: refactor node_rx_pdu for memory optimization 2024-04-12 09:19:08 +02:00
ctrl_api Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_chmu Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_cis_create Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_cis_terminate Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_collision Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_conn_update Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_cte_req Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_data_length_update Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_encrypt Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_feature_exchange Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_hci Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_invalid Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_le_ping Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_min_used_chans Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_phy_update Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_sca_update Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_terminate Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_tx_buffer_alloc Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_tx_queue Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_unsupported Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
ctrl_version Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
mock_ctrl bluetooth: controller: refactor node_rx_pdu for memory optimization 2024-04-12 09:19:08 +02:00
uut