:orphan: .. title:: BT_GATT_DYNAMIC_DB .. option:: 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 =================== \ :option:`BT_GATT_SERVICE_CHANGED ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`BT_OTS ` - \ :option:`BT_MESH_PROXY ` - \ :option:`BT_AUDIO_UNICAST ` - \ :option:`MCUMGR_SMP_BT ` Kconfig definition ================== At ``/bluetooth/host/Kconfig.gatt:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:306`` → ``/bluetooth/host/Kconfig:450`` 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.)*