-
CONFIG_BT_CONN_CTX
¶
Connection context library
Type: bool
Help¶
Enable the Bluetooth connection context library. This library helps maintaining per-connection context data.
Kconfig definition¶
At ../nrf/subsys/bluetooth/Kconfig.link:1
Included via Kconfig:10
→ Kconfig.zephyr:10
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:9
→ ../nrf/subsys/Kconfig:10
→ ../nrf/subsys/bluetooth/Kconfig:19
Menu path: (top menu) → Nordic nRF Connect → Bluetooth Low Energy
menuconfig BT_CONN_CTX bool prompt "Connection context library" ifBT
default "n" ifBT
depends onBT
help Enable the Bluetooth connection context library. This library helps maintaining per-connection context data.
(Definitions include propagated dependencies, including from if’s and menus.)