Skip to content

Commit 8effa9a

Browse files
henrlajukkar
authored andcommitted
samples: Bluetooth: use hci_ipc in scanning_while_connecting
Switch to sysbuild/hci_ipc/prj.conf. This is done to have the sysbuild configuration similar to other recently added samples, e.g. iso_time_sync. Signed-off-by: Henrik Lander <[email protected]>
1 parent 82826c0 commit 8effa9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/bluetooth/scanning_while_connecting/Kconfig.sysbuild

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66

77
source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"
88

9-
config NRF_DEFAULT_IPC_RADIO
9+
config NRF_DEFAULT_BLUETOOTH
10+
default y
11+
12+
config NETCORE_IPC_RADIO_BT_HCI_IPC
1013
default y

samples/bluetooth/scanning_while_connecting/sysbuild/ipc_radio/prj.conf renamed to samples/bluetooth/scanning_while_connecting/sysbuild/hci_ipc/prj.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ CONFIG_BT_CTLR_FAL_SIZE=255
2020
CONFIG_BT_EXT_ADV=y
2121
CONFIG_BT_CTLR_ADV_EXT=y
2222
CONFIG_BT_CTLR_ASSERT_HANDLER=y
23-
24-
CONFIG_IPC_RADIO_BT=y
25-
CONFIG_IPC_RADIO_BT_HCI_IPC=y

0 commit comments

Comments
 (0)