:orphan: .. title:: CONFIG_BT_DIS_HW_REV_STR .. kconfig:: CONFIG_BT_DIS_HW_REV_STR CONFIG_BT_DIS_HW_REV_STR ######################## *Hardware revision* Type: ``string`` Help ==== .. code-block:: none Enable hardware revision characteristic in Device Information Service. Direct dependencies =================== \ :kconfig:`BT_DIS_HW_REV ` && \ :kconfig:`BT_DIS ` && \ :kconfig:`BT_CONN ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== At ``/bluetooth/services/Kconfig.dis:128`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:122`` → ``/bluetooth/services/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → GATT Services → Enable GATT Device Information service → Enable DIS Hardware Revision characteristic .. code-block:: kconfig config BT_DIS_HW_REV_STR string "Hardware revision" depends on BT_DIS_HW_REV && BT_DIS && BT_CONN && BT_HCI && BT help Enable hardware revision characteristic in Device Information Service. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*