![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
Heart rate service structure. More...
#include <bm/bluetooth/services/ble_hrs.h>
Data Fields | |
| ble_hrs_evt_handler_t | evt_handler |
| Heart rate service event handler. | |
| uint16_t | service_handle |
| Heart rate service handle. | |
| uint16_t | conn_handle |
| Handle of the current connection. | |
| ble_gatts_char_handles_t | hrm_handles |
| Handles related to the heart rate measurement characteristic. | |
| ble_gatts_char_handles_t | bsl_handles |
| Handles related to the body sensor location characteristic. | |
| uint16_t | rr_interval [CONFIG_BLE_HRS_MAX_BUFFERED_RR_INTERVALS] |
| Set of RR interval measurements since the last heart rate measurement transmission. | |
| uint16_t | rr_interval_count |
| Number of RR interval measurements since the last heart rate measurement transmission. | |
| uint8_t | max_hrm_len |
| Current maximum heart rate measurement length. | |
| bool | is_sensor_contact_supported |
| Whether sensor contact detection is supported or not. | |
| bool | is_sensor_contact_detected |
| Whether sensor contact has been detected. | |
Heart rate service structure.