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 b1ffd8d commit 8009e24Copy full SHA for 8009e24
subsys/bluetooth/controller/Kconfig
@@ -98,7 +98,7 @@ config BT_CTLR_SDC_LLPM
98
bool "Low Latency Packet Mode support"
99
select BT_CONN_PARAM_ANY if !BT_HCI_RAW
100
depends on (SOC_SERIES_NRF52X || SOC_SERIES_NRF54LX || SOC_SERIES_NRF54HX || \
101
- SOC_SERIES_BSIM_NRF52X || SOC_SERIES_BSIM_NRF54LX)
+ SOC_SERIES_BSIM_NRF52X || SOC_SERIES_BSIM_NRF54LX || SOC_SERIES_NRF71X)
102
help
103
Low Latency Packet Mode (LLPM) is a Nordic proprietary addition
104
which lets the application use connection intervals down to 1 ms.
0 commit comments