-
CONFIG_BT_GATT_HIDS_MAX_CLIENT_COUNT
¶
Maximum HIDS clients
Type: int
Help¶
The maximum number of devices that HID can connect to.
Defaults¶
- 1 if
BT_GATT_HIDS
&&BT
Kconfig definition¶
At ../nrf/subsys/bluetooth/services/Kconfig.hids:9
Included via Kconfig:10
→ Kconfig.zephyr:10
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:9
→ ../nrf/subsys/Kconfig:10
→ ../nrf/subsys/bluetooth/Kconfig:21
→ ../nrf/subsys/bluetooth/services/Kconfig:4
Menu path: (top menu) → Nordic nRF Connect → Bluetooth Low Energy → Human Interface Device service
config BT_GATT_HIDS_MAX_CLIENT_COUNT int prompt "Maximum HIDS clients" ifBT_GATT_HIDS
&&BT
range 1BT_MAX_CONN
ifBT_GATT_HIDS
&&BT
default 1 ifBT_GATT_HIDS
&&BT
depends onBT_GATT_HIDS
&&BT
help The maximum number of devices that HID can connect to.
(Definitions include propagated dependencies, including from if’s and menus.)