Skip to content

Commit 8009e24

Browse files
erdemsimsekrlubos
authored andcommitted
bluetooth: controller: Enable BT_CTLR_SDC_LLPM for nRF7120
Enable BT_CTLR_SDC_LLPM for nRF7120 Signed-off-by: Erdem Simsek <[email protected]>
1 parent b1ffd8d commit 8009e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ config BT_CTLR_SDC_LLPM
9898
bool "Low Latency Packet Mode support"
9999
select BT_CONN_PARAM_ANY if !BT_HCI_RAW
100100
depends on (SOC_SERIES_NRF52X || SOC_SERIES_NRF54LX || SOC_SERIES_NRF54HX || \
101-
SOC_SERIES_BSIM_NRF52X || SOC_SERIES_BSIM_NRF54LX)
101+
SOC_SERIES_BSIM_NRF52X || SOC_SERIES_BSIM_NRF54LX || SOC_SERIES_NRF71X)
102102
help
103103
Low Latency Packet Mode (LLPM) is a Nordic proprietary addition
104104
which lets the application use connection intervals down to 1 ms.

0 commit comments

Comments
 (0)