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
|
@ -5,4 +5,4 @@ CONFIG_BT_DEVICE_NAME="Test ISO Broadcaster"
|
||||||
|
|
||||||
# Temporary, enable the following to meet BT_ISO dependencies
|
# Temporary, enable the following to meet BT_ISO dependencies
|
||||||
CONFIG_BT_OBSERVER=y
|
CONFIG_BT_OBSERVER=y
|
||||||
CONFIG_BT_PERIPHERAL=y
|
CONFIG_BT_BROADCASTER=y
|
||||||
|
|
|
@ -77,6 +77,7 @@ if(CONFIG_BT_HCI_HOST)
|
||||||
zephyr_library_sources_ifdef(
|
zephyr_library_sources_ifdef(
|
||||||
CONFIG_BT_ISO
|
CONFIG_BT_ISO
|
||||||
iso.c
|
iso.c
|
||||||
|
conn.c
|
||||||
)
|
)
|
||||||
|
|
||||||
if(CONFIG_BT_DF)
|
if(CONFIG_BT_DF)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue