-
CONFIG_BT_HIDS_MAX_CLIENT_COUNT
¶
Maximum HIDS clients
Type: int
Help¶
The maximum number of devices that HID can connect to.
Default¶
1
Kconfig definition¶
At <nRF>/subsys/bluetooth/services/Kconfig.hids:17
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:10
→ <nRF>/subsys/bluetooth/Kconfig:32
→ <nRF>/subsys/bluetooth/services/Kconfig:20
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_MAX_CLIENT_COUNT
int "Maximum HIDS clients"
range 1 BT_MAX_CONN
default 1
depends on BT_HIDS && BT
help
The maximum number of devices that HID can connect to.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)