CONFIG_BT_GATT_POOL

GATT Attribute pools

Type: bool

Help

Enable pools for UUID, characteristics and CCCD descriptors.

Direct dependencies

BT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <nRF>/subsys/bluetooth/Kconfig.pool:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:10<nRF>/subsys/bluetooth/Kconfig:25

Menu path: (Top) → Modules → Nordic nRF Connect → Bluetooth Low Energy

menuconfig BT_GATT_POOL
    bool "GATT Attribute pools"
    depends on BT
    help
      Enable pools for UUID, characteristics and CCCD descriptors.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)