Skip to content

Commit

Permalink
bluetooth: controller: Allow enabling SDC LLPM on BabbleSim
Browse files Browse the repository at this point in the history
Change allows enabling SDC LLPM on nRF simulated SoC with BabbleSim.

Jira: NCSDK-30299

Signed-off-by: Marek Pieta <[email protected]>
  • Loading branch information
MarekPieta committed Nov 19, 2024
1 parent 7fdaf5b commit 8a4a577
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion subsys/bluetooth/controller/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ config SYSTEM_WORKQUEUE_STACK_SIZE
config BT_CTLR_SDC_LLPM
bool "Enable Low Latency Packet Mode support"
select BT_CONN_PARAM_ANY if !BT_HCI_RAW
depends on (SOC_SERIES_NRF52X || SOC_SERIES_NRF54LX || SOC_SERIES_NRF54HX)
depends on (SOC_SERIES_NRF52X || SOC_SERIES_NRF54LX || SOC_SERIES_NRF54HX || \
SOC_SERIES_BSIM_NRFXX)
help
Low Latency Packet Mode (LLPM) is a Nordic proprietary addition
which lets the application use connection intervals down to 1 ms.
Expand Down

0 comments on commit 8a4a577

Please sign in to comment.