Skip to content

Commit

Permalink
Bluetooth: Fix LLPM k-config dependency issue
Browse files Browse the repository at this point in the history
BT_CTLR_SDC_LLPM selects BT_CONN_PARAM_ANY which is
a host only option.
Do not select it if building without the Host

Signed-off-by: Maik Brand <Maik.Brand@nordicsemi.no>
  • Loading branch information
MaikBrand authored and nordicjm committed Aug 14, 2023
1 parent 1547339 commit 7f3e660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/bluetooth/controller/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ config SYSTEM_WORKQUEUE_STACK_SIZE
config BT_CTLR_SDC_LLPM
bool "Enable Low Latency Packet Mode support"
depends on SOC_SERIES_NRF52X
select BT_CONN_PARAM_ANY
select BT_CONN_PARAM_ANY if !BT_HCI_RAW
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 7f3e660

Please sign in to comment.