Bluetooth: iso: Compile conn.c for BT_ISO even without BT_CONN

If BT_ISO is enabled we now compile conn.c which contains a
lot of functionality used by BT_ISO, even for broadcast-iso
builds, i.e. builds that do not require BT_CONN.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2021-06-24 15:37:19 +02:00 committed by Christopher Friedt
commit 3a6952e3e6
2 changed files with 2 additions and 1 deletions

View file

@ -77,6 +77,7 @@ if(CONFIG_BT_HCI_HOST)
zephyr_library_sources_ifdef(
CONFIG_BT_ISO
iso.c
conn.c
)
if(CONFIG_BT_DF)