commit | f500f7c22f5fd4756ff0037aa6b1813195a196a3 | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Thu Aug 22 13:52:32 2024 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Thu Sep 05 12:24:16 2024 +0100 |
tree | 19c56c879cd5b2343c6191c15e11292645816b58 | |
parent | fff9c326c654d467a730bbd69342f5599541feeb [diff] |
Bluetooth: CAP: Fix dependency on BT_BAP_STREAM The CAP commander used bt_audio_valid_ltv which required BT_BAP_STREAM to be enabled, but the CAP Commander does not need BT_BAP_STREAM to be enabled. Moved the function to audio.c which is always compiled for the CAP Commander, thus removing the requirement for BT_BAP_STREAM and the accompanying bt_bap_stream.c file. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>