-
CONFIG_BT_CONN_CTX_MEM_BUF_ALIGN
¶
Memory slab buffer alignment
Type: int
Help¶
The memory buffer must be aligned to an N-byte boundary, where N is a power of 2 larger than 2 (i.e. 4, 8, 16, …).
Defaults¶
- 4 if
BT_CONN_CTX
&&BT
Kconfig definition¶
At ../nrf/subsys/bluetooth/Kconfig.link:11
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 → Connection context library
config BT_CONN_CTX_MEM_BUF_ALIGN int prompt "Memory slab buffer alignment" ifBT_CONN_CTX
&&BT
default 4 ifBT_CONN_CTX
&&BT
depends onBT_CONN_CTX
&&BT
help The memory buffer must be aligned to an N-byte boundary, where N is a power of 2 larger than 2 (i.e. 4, 8, 16, …).
(Definitions include propagated dependencies, including from if’s and menus.)