CONFIG_BT_HOGP_REPORTS_MAX
Maximum number of reports supported
Type: int
Help
The number of reports supported by all the HIDS clients used.
The report pool would be common to all HIDS client objects created.
Default
8
Kconfig definition
At <nRF>/subsys/bluetooth/services/Kconfig.hogp:19
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:32
→ <nRF>/subsys/bluetooth/services/Kconfig:22
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → Bluetooth Services → HID service client
config BT_HOGP_REPORTS_MAX
int "Maximum number of reports supported"
default 8
depends on BT_HOGP && BT
help
The number of reports supported by all the HIDS clients used.
The report pool would be common to all HIDS client objects created.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)