We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed77e7 commit 638711eCopy full SHA for 638711e
subsys/bluetooth/controller/Kconfig
@@ -116,7 +116,8 @@ config SYSTEM_WORKQUEUE_STACK_SIZE
116
config BT_CTLR_SDC_LLPM
117
bool "Enable Low Latency Packet Mode support"
118
select BT_CONN_PARAM_ANY if !BT_HCI_RAW
119
- depends on (SOC_SERIES_NRF52X || SOC_SERIES_NRF54LX || SOC_SERIES_NRF54HX)
+ depends on (SOC_SERIES_NRF52X || SOC_SERIES_NRF54LX || SOC_SERIES_NRF54HX || \
120
+ SOC_SERIES_BSIM_NRF52X || SOC_SERIES_BSIM_NRF54LX)
121
help
122
Low Latency Packet Mode (LLPM) is a Nordic proprietary addition
123
which lets the application use connection intervals down to 1 ms.
0 commit comments