CONFIG_BT_DIS_STR_MAX

Maximum size in bytes for DIS strings

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).

Help

Bluetooth DIS string storage size. Storage can be up to 248 bytes
long (excluding NULL termination).

Direct dependencies

(BT_DIS_SETTINGS && BT_DIS && BT_CONN && BT_RPC_STACK) || (BT_DIS_SETTINGS && BT_DIS && BT_CONN && BT_HCI && BT)

(Includes any dependencies from ifs and menus.)

Defaults

  • 21

  • 21

Kconfig definitions

At <Zephyr>/subsys/bluetooth/services/Kconfig.dis:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:10<nRF>/subsys/bluetooth/Kconfig:38<nRF>/subsys/bluetooth/rpc/Kconfig:194<Zephyr>/subsys/bluetooth/services/Kconfig:9

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → BLE over nRF RPC → GATT Services → Enable GATT Device Information service → Enable Settings usage in Device Information Service

config BT_DIS_STR_MAX
    int "Maximum size in bytes for DIS strings"
    range 2 248
    default 21
    depends on BT_DIS_SETTINGS && BT_DIS && BT_CONN && BT_RPC_STACK
    help
      Bluetooth DIS string storage size. Storage can be up to 248 bytes
      long (excluding NULL termination).

At <Zephyr>/subsys/bluetooth/services/Kconfig.dis:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:122<Zephyr>/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

config BT_DIS_STR_MAX
    int "Maximum size in bytes for DIS strings"
    range 2 248
    default 21
    depends on BT_DIS_SETTINGS && BT_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.)