:orphan: .. title:: BT_GATT_DIS_HW_REV_STR .. option:: CONFIG_BT_GATT_DIS_HW_REV_STR *Hardware revision* Type: ``string`` Help ==== Enable hardware revision characteristic in Device Information Service. Direct dependencies =================== \ :option:`BT_GATT_DIS_HW_REV ` && \ :option:`BT_GATT_DIS ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/services/Kconfig.dis:127`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``subsys/Kconfig:6`` → ``subsys/bluetooth/Kconfig:96`` → ``subsys/bluetooth/services/Kconfig:9`` Menu path: (Top) → Bluetooth → GATT Services → Enable GATT Device Information service → Enable DIS Hardware Revision characteristic .. parsed-literal:: config BT_GATT_DIS_HW_REV_STR string "Hardware revision" depends on \ :option:`BT_GATT_DIS_HW_REV ` && \ :option:`BT_GATT_DIS ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Enable hardware revision characteristic in Device Information Service. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*