:orphan: .. title:: CONFIG_BT_GATT_DYNAMIC_DB .. kconfig:: CONFIG_BT_GATT_DYNAMIC_DB CONFIG_BT_GATT_DYNAMIC_DB ######################### *GATT dynamic database support* Type: ``bool`` Help ==== .. code-block:: none This option enables registering/unregistering services at runtime. Direct dependencies =================== \ :kconfig:`BT_GATT_SERVICE_CHANGED ` && \ :kconfig:`BT_CONN ` && \ :kconfig:`BT_HCI_HOST ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`BT_OTS ` - \ :kconfig:`BT_MESH_GATT_SERVER ` - \ :kconfig:`BT_AUDIO_UNICAST ` - \ :kconfig:`MCUMGR_SMP_BT ` Kconfig definition ================== At ``/bluetooth/host/Kconfig.gatt:82`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:174`` → ``/bluetooth/host/Kconfig:454`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → ATT and GATT Options → GATT Service Changed support .. code-block:: kconfig config BT_GATT_DYNAMIC_DB bool "GATT dynamic database support" depends on BT_GATT_SERVICE_CHANGED && BT_CONN && BT_HCI_HOST && BT_HCI && BT help This option enables registering/unregistering services at runtime. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*