CONFIG_BT_HIDS_ATTR_MAX

Maximum number of GATT attribute descriptors

Type: int

Help

Maximum number of GATT attribute descriptors that can be set for HIDS.

Direct dependencies

BT_HIDS && BT

(Includes any dependencies from ifs and menus.)

Default

  • 30

Kconfig definition

At <nRF>/subsys/bluetooth/services/Kconfig.hids:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:10<nRF>/subsys/bluetooth/Kconfig:32<nRF>/subsys/bluetooth/services/Kconfig:19

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → Bluetooth Services → Human Interface Device service

config BT_HIDS_ATTR_MAX
    int "Maximum number of GATT attribute descriptors"
    range 0 50
    default 30
    depends on BT_HIDS && BT
    help
      Maximum number of GATT attribute descriptors that can be set for HIDS.

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