zephyr/tests/bsim/bluetooth/audio
Vinayak Kariappa Chettimada 2c6306d099 Bluetooth: Controller: BT_CTLR_ISO_TX_BUFFER_SIZE from BT_ISO_TX_MTU
Derive BT_CTLR_ISO_TX_BUFFER_SIZE from BT_ISO_TX_MTU to have
optimal Controller memory allocations.
BT_CTLR_ISO_TX_BUFFER_SIZE can be set lower than
BT_ISO_TX_MTU in which case upper layer can send fragmented
SDU to the Controller.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2024-05-10 15:02:10 +02:00
..
src Tests: Bluetooth: CAP: Refactor some CAP commander functions 2024-05-06 11:48:31 +02:00
test_scripts tests/bsim: Remove too small timeouts 2024-03-28 17:05:49 -05:00
CMakeLists.txt
Kconfig
README.txt
compile.sh tests/bsim sh scripts: Reduce boilerplate 2024-03-25 16:17:13 +01:00
prj.conf Bluetooth: Controller: BT_CTLR_ISO_TX_BUFFER_SIZE from BT_ISO_TX_MTU 2024-05-10 15:02:10 +02:00

README.txt

Zephyr test application which uses the simulated boards test hooks.
Can be compiled targeting the *_bsim boards.

This application will, based on the command line arguments, select one of
testcases which are compiled with it.