-
CONFIG_BT_CTLR_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_CTLR
&& BT
&& BT_HCI
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <nrfxlib>/softdevice_controller/Kconfig:26
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:62
→ <nrfxlib>/Kconfig.nrfxlib:14
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib
config BT_CTLR_LLPM
bool "Enable Low Latency Packet Mode support"
depends on SOC_SERIES_NRF52X && BT_CTLR && BT && BT_HCI
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.)