zephyr/tests/bsim/bluetooth
Pavel Vasilyev 14b4e30cdf bluetooth: host: Deprecated BT_CONN_TX_MAX
After https://github.com/zephyrproject-rtos/zephyr/pull/72090,
`conn_tx_alloc` no longer blocks, and each buffer always has a
corresponding `bt_conn_tx` object. This eliminates the need to configure
the number of `bt_conn_tx` objects via `CONFIG_BT_CONN_TX_MAX`, since
every buffer now carries its own context even when no callback is used.

This commit deprecates `CONFIG_BT_CONN_TX_MAX` as it is no longer
necessary. Instead, `CONFIG_BT_BUF_ACL_TX_COUNT` is used to allocate
`bt_conn_tx` objects for outgoing ACL data. ZLL already uses
`CONFIG_BT_BUF_ACL_TX_COUNT` to configure the number of outgoing ACL
packets. With this change, modifying the packet count will automatically
adjust the number of corresponding contexts, preventing both context
starvatoin and underutilization.

This approach also aligns with ISO, where the number of `bt_conn_tx`
objects for outgoing ISOdata matches `CONFIG_BT_ISO_TX_BUF_COUNT`.

Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
2025-05-12 14:54:26 +02:00
..
audio tests: Bluetooth: CAP: Fix typo STREMT -> STREAM 2025-05-06 10:50:22 +02:00
audio_samples tests: bsim: Bluetooth: broadcast_audio_source interleaved/sequential 2025-03-17 16:24:33 +01:00
hci_uart
host bluetooth: host: Deprecated BT_CONN_TX_MAX 2025-05-12 14:54:26 +02:00
ll Bluetooth: Controller: Interleaved extended advertising reception 2025-05-02 15:20:30 +02:00
mesh tests: bluetooth: mesh: test lpn communication after friendship 2025-04-25 14:05:27 +02:00
samples Bluetooth: Host: More bsim refactoring 2025-02-12 09:40:07 +01:00
tester tests: Bluetooth: BSIM: Store last sent opcode for BT tester 2025-05-02 10:47:32 +02:00
compile.nrf54l15bsim_nrf54l15_cpuapp.sh tests/bsim/bluetooth: Fix BIS test for 54L15 an 5340 2025-03-20 17:15:27 +01:00
compile.nrf5340bsim_nrf5340_cpuapp.sh tests: Bluetooth: Add BT Tester GAP smoke test 2025-04-08 10:49:00 +02:00
compile.nrf5340bsim_nrf5340_cpunet.sh
compile.sh tests: Bluetooth: Add BT Tester GAP smoke test 2025-04-08 10:49:00 +02:00
tests.nrf52bsim.txt
tests.nrf54l15bsim_nrf54l15_cpuapp.txt tests/bsim/bluetooth: Fix BIS test for 54L15 an 5340 2025-03-20 17:15:27 +01:00
tests.nrf5340bsim_nrf5340_cpuapp.txt tests: bsim: bluetooth: host: hfc_multilink: Run test on nRF5340 2025-04-11 06:32:58 +02:00
tests.nrf5340bsim_nrf5340_cpunet.txt