CONFIG_BT_MESH_SENSOR_SRV_SETTINGS_MAX

Max setting parameters per sensor in a server

Type: int

Help

Max number of settings parameters each sensor in the server can have. Only affects the stack allocated response buffer for the Settings Get message.

Direct dependencies

BT_MESH_SENSOR_SRV && BT_MESH && BT

(Includes any dependencies from ifs and menus.)

Default

  • 8

Kconfig definition

At <nRF>/subsys/bluetooth/mesh/Kconfig.models:517

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:10<nRF>/subsys/bluetooth/Kconfig:30<nRF>/subsys/bluetooth/mesh/Kconfig:11

Menu path: (Top) → Modules → Nordic nRF Connect → Bluetooth Low Energy → Bluetooth Mesh → nRF BT Mesh Models → Sensor Server

config BT_MESH_SENSOR_SRV_SETTINGS_MAX
    int "Max setting parameters per sensor in a server"
    range 0 189
    default 8
    depends on BT_MESH_SENSOR_SRV && BT_MESH && BT
    help
      Max number of settings parameters each sensor in the
      server can have. Only affects the stack allocated response buffer
      for the Settings Get message.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)