CONFIG_BT_CTLR_SDC_LLPM
Enable Low Latency Packet Mode support
Type: bool
Help
Low Latency Packet Mode (LLPM) is a Nordic proprietary addition
which lets the application use connection intervals down to 1 ms.
Direct dependencies
SOC_SERIES_NRF52X
&& BT_LL_SOFTDEVICE
&& BT_CTLR
&& BT
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <nRF>/subsys/bluetooth/controller/Kconfig:77
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:10
→ <nRF>/subsys/bluetooth/Kconfig:21
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → SoftDevice Controller
config BT_CTLR_SDC_LLPM
bool "Enable Low Latency Packet Mode support"
depends on SOC_SERIES_NRF52X && BT_LL_SOFTDEVICE && BT_CTLR && BT
help
Low Latency Packet Mode (LLPM) is a Nordic proprietary addition
which lets the application use connection intervals down to 1 ms.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)