CONFIG_BT_HRS_CLIENT_RR_INTERVALS_COUNT

RR Intervals count

Type: int

Help

Maximum number of intervals which can be stored during
receiving Heart Rate Measurement notification or read operation.

Direct dependencies

BT_HRS_CLIENT && BT

(Includes any dependencies from ifs and menus.)

Default

  • 10

Kconfig definition

At <nRF>/subsys/bluetooth/services/Kconfig.hrs_client:15

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:32<nRF>/subsys/bluetooth/services/Kconfig:30

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → Bluetooth Services → Heart Rate Service client

config BT_HRS_CLIENT_RR_INTERVALS_COUNT
    int "RR Intervals count"
    default 10
    depends on BT_HRS_CLIENT && BT
    help
      Maximum number of intervals which can be stored during
      receiving Heart Rate Measurement notification or read operation.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)