-
choice: Default permissions used for HID attributes
Default permissions used for HID attributes
Type: bool
Help¶
Default permissions for HID characteristic attributes
used when no permission is set for the report.
Used also for boot reports.
Default¶
Choice options¶
Kconfig definition¶
At <nRF>/subsys/bluetooth/services/Kconfig.hids:52
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
choice
bool "Default permissions used for HID attributes"
default BT_HIDS_DEFAULT_PERM_RW
depends on BT_HIDS && BT
help
Default permissions for HID characteristic attributes
used when no permission is set for the report.
Used also for boot reports.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)