-
choice: Default permissions used for HRS characteristics
Default permissions used for HRS characteristics
Type: bool
Help¶
Default permissions for HRS characteristic attributes
used when no permission is set for the report.
Used also for boot reports.
Direct dependencies¶
BT_HRS
&& BT_CONN
&& BT_HCI
&& BT
(Includes any dependencies from ifs and menus.)
Default¶
Kconfig definition¶
At <Zephyr>/subsys/bluetooth/services/Kconfig.hrs:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:185
→ <Zephyr>/subsys/bluetooth/services/Kconfig:13
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → GATT Services → Enable GATT Heart Rate service
choice
bool "Default permissions used for HRS characteristics"
default BT_HRS_DEFAULT_PERM_RW
depends on BT_HRS && BT_CONN && BT_HCI && BT
help
Default permissions for HRS 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.)