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:
parent
a02abea0a2
commit
3a6952e3e6
2 changed files with 2 additions and 1 deletions
|
@ -77,6 +77,7 @@ if(CONFIG_BT_HCI_HOST)
|
|||
zephyr_library_sources_ifdef(
|
||||
CONFIG_BT_ISO
|
||||
iso.c
|
||||
conn.c
|
||||
)
|
||||
|
||||
if(CONFIG_BT_DF)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue