:orphan: .. title:: BT_GATT_DYNAMIC_DB .. option:: CONFIG_BT_GATT_DYNAMIC_DB *GATT dynamic database support* Type: ``bool`` Help ==== 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_AUDIO_UNICAST ` - \ :option:`BT_MESH_PROXY ` - \ :option:`MCUMGR_SMP_BT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/host/Kconfig.gatt:76`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:239`` → ``subsys/bluetooth/host/Kconfig:507`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → ATT and GATT Options → GATT Service Changed support .. parsed-literal:: config BT_GATT_DYNAMIC_DB bool "GATT dynamic database support" depends on \ :option:`BT_GATT_SERVICE_CHANGED ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` help This option enables registering/unregistering services at runtime. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*