SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

Enumerations

Enumerations

enum  ble_hrs_c_evt_type_t { BLE_HRS_C_EVT_DISCOVERY_COMPLETE = 1, BLE_HRS_C_EVT_HRM_NOTIFICATION }
 

HRS Client event type.

More...

Enumeration Type Documentation

HRS Client event type.

Enumerator:
BLE_HRS_C_EVT_DISCOVERY_COMPLETE 

Event indicating that the Heart Rate Service has been discovered at the peer.

BLE_HRS_C_EVT_HRM_NOTIFICATION 

Event indicating that a notification of the Heart Rate Measurement characteristic has been received from the peer.

Definition at line 46 of file ble_hrs_c.h.