-
CONFIG_BT_GATT_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¶
BT_GATT_DIS_SETTINGS
&& BT_GATT_DIS
&& BT_CONN
&& BT_HCI
&& BT
(Includes any dependencies from ifs and menus.)
Default¶
21
Kconfig definition¶
At subsys/bluetooth/services/Kconfig.dis:16
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 Settings usage in Device Information Service
config BT_GATT_DIS_STR_MAX int "Maximum size in bytes for DIS strings" range 2 248 default 21 depends onBT_GATT_DIS_SETTINGS
&&BT_GATT_DIS
&&BT_CONN
&&BT_HCI
&&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.)