CONFIG_BT_HIDS_OUTPUT_REP_MAX

Maximum number of HIDS Output Report descriptors

Type: int

Help

Maximum number of HIDS Output Reports that can be set for HIDS.

Direct dependencies

BT_HIDS && BT

(Includes any dependencies from ifs and menus.)

Default

  • 5

Kconfig definition

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

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:32<nRF>/subsys/bluetooth/services/Kconfig:18

Menu path: (Top) → Modules → Nordic nRF Connect → Bluetooth Low Energy → Bluetooth Services → Human Interface Device service

config BT_HIDS_OUTPUT_REP_MAX
    int "Maximum number of HIDS Output Report descriptors"
    range 0 10
    default 5
    depends on BT_HIDS && BT
    help
      Maximum number of HIDS Output Reports that can be set for HIDS.

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