Skip to content

Commit 638711e

Browse files
MarekPietanordicjm
authored andcommitted
bluetooth: controller: Allow enabling SDC LLPM on BabbleSim
Change allows enabling SDC LLPM on nRF simulated SoCs with BabbleSim. Jira: NCSDK-30299 Signed-off-by: Marek Pieta <[email protected]>
1 parent 4ed77e7 commit 638711e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ config SYSTEM_WORKQUEUE_STACK_SIZE
116116
config BT_CTLR_SDC_LLPM
117117
bool "Enable Low Latency Packet Mode support"
118118
select BT_CONN_PARAM_ANY if !BT_HCI_RAW
119-
depends on (SOC_SERIES_NRF52X || SOC_SERIES_NRF54LX || SOC_SERIES_NRF54HX)
119+
depends on (SOC_SERIES_NRF52X || SOC_SERIES_NRF54LX || SOC_SERIES_NRF54HX || \
120+
SOC_SERIES_BSIM_NRF52X || SOC_SERIES_BSIM_NRF54LX)
120121
help
121122
Low Latency Packet Mode (LLPM) is a Nordic proprietary addition
122123
which lets the application use connection intervals down to 1 ms.

0 commit comments

Comments
 (0)