:orphan: .. title:: choice BT_HRS_DEFAULT_PERM: Default permissions used for HRS characteristics .. _choice_497: .. describe:: choice BT_HRS_DEFAULT_PERM: Default permissions used for HRS characteristics *Default permissions used for HRS characteristics* Type: ``bool`` Help ==== .. code-block:: none Default permissions for HRS characteristic attributes used when no permission is set for the report. Used also for boot reports. Direct dependencies =================== \ :kconfig:`BT_HRS ` && \ :kconfig:`BT_CONN ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BT_HRS_DEFAULT_PERM_RW ` Choice options ============== - \ :kconfig:`BT_HRS_DEFAULT_PERM_RW ` - \ :kconfig:`BT_HRS_DEFAULT_PERM_RW_ENCRYPT ` - \ :kconfig:`BT_HRS_DEFAULT_PERM_RW_AUTHEN ` Kconfig definition ================== At ``/bluetooth/services/Kconfig.hrs:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:122`` → ``/bluetooth/services/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → GATT Services → Enable GATT Heart Rate service .. code-block:: kconfig 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.)*