Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_hrm_t Struct Reference

ble_hrm_t Struct Reference
[Structures]

Structure containing the heart rate measurement received from the peer. More...

#include <ble_hrs_c.h>

Data Fields

uint16_t hr_value
 Heart Rate Value.

Detailed Description

Structure containing the heart rate measurement received from the peer.

Definition at line 60 of file ble_hrs_c.h.


Field Documentation

uint16_t hr_value

Heart Rate Value.

Definition at line 62 of file ble_hrs_c.h.