choice BT_HRS_DEFAULT_PERM: Default permissions used for HRS characteristics

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.

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_RPC_STACK) || (BT_HRS && BT_CONN && BT_HCI && BT)

(Includes any dependencies from ifs and menus.)

Defaults

Choice options

Kconfig definitions

At <Zephyr>/subsys/bluetooth/services/Kconfig.hrs:11

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:38<nRF>/subsys/bluetooth/rpc/Kconfig:194<Zephyr>/subsys/bluetooth/services/Kconfig:13

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → BLE over nRF RPC → GATT Services → Enable GATT Heart Rate service

choice BT_HRS_DEFAULT_PERM
    bool "Default permissions used for HRS characteristics"
    default BT_HRS_DEFAULT_PERM_RW
    depends on BT_HRS && BT_CONN && BT_RPC_STACK
    help
      Default permissions for HRS characteristic attributes
      used when no permission is set for the report.
      Used also for boot reports.

At <Zephyr>/subsys/bluetooth/services/Kconfig.hrs:11

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:122<Zephyr>/subsys/bluetooth/services/Kconfig:13

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → GATT Services → Enable GATT Heart Rate service

choice BT_HRS_DEFAULT_PERM
    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.)