The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_BT_GATT_DIS

Enable GATT Device Information service

Type: bool

Direct dependencies

BT_CONN && BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/bluetooth/services/Kconfig.dis:8

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:104subsys/bluetooth/services/Kconfig:12

Menu path: (top menu) → Bluetooth → GATT Services

menuconfig BT_GATT_DIS
    bool
    prompt "Enable GATT Device Information service" if BT_CONN && BT_HCI && BT
    depends on BT_CONN && BT_HCI && BT

(Definitions include propagated dependencies, including from if’s and menus.)