zephyr/tests/bsim/bluetooth/audio
Emil Gydesen 76e35635b6 Bluetooth: Audio: Rename codec qos framing
Rename BT_AUDIO_CODEC_QOS_[UN]FRAMED to
BT_AUDIO_CODEC_QOS_FRAMING_[UN]FRAMED and give a name
to the enum, which is then used by the
struct bt_audio_codec_qos.

The rename was needed as we had a codec_qos initializer of the
same name, so the values were renamed to avoid duplicated
macro names.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2023-09-01 09:54:18 +02:00
..
src Bluetooth: Audio: Rename codec qos framing 2023-09-01 09:54:18 +02:00
test_scripts Bluetooth: Audio: Make BSIM tests for PACS notify functionality 2023-08-28 15:56:26 +02:00
CMakeLists.txt bsim: cmake: Remove unnecessary references to environment 2023-04-28 20:38:48 +02:00
compile.sh tests/bsim: Clarify the compile scripts descriptions 2023-04-20 10:51:58 +02:00
Kconfig
prj.conf Bluetooth: Audio: Refactor bt_audio_codec_cfg to flat arrays 2023-08-28 15:56:53 +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.