:orphan: .. title:: BT_DIS_STR_MAX .. option:: CONFIG_BT_DIS_STR_MAX *Maximum size in bytes for DIS strings* Type: ``int`` Help ==== Bluetooth DIS string storage size. Storage can be up to 248 bytes long (excluding NULL termination). Direct dependencies =================== \ :option:`BT_DIS_SETTINGS ` && \ :option:`BT_DIS ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 21 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/services/Kconfig.dis:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:175`` → ``subsys/bluetooth/services/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → GATT Services → Enable GATT Device Information service → Enable Settings usage in Device Information Service .. parsed-literal:: config BT_DIS_STR_MAX int "Maximum size in bytes for DIS strings" range 2 248 default 21 depends on \ :option:`BT_DIS_SETTINGS ` && \ :option:`BT_DIS ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Bluetooth DIS string storage size. Storage can be up to 248 bytes long (excluding NULL termination). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*