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_hrs_c_init_t Struct Reference

ble_hrs_c_init_t Struct Reference
[Structures]

Heart Rate Client initialization structure. More...

#include <ble_hrs_c.h>

Data Fields

ble_hrs_c_evt_handler_t evt_handler
 Event handler to be called by the Heart Rate Client module whenever there is an event related to the Heart Rate Service.

Detailed Description

Heart Rate Client initialization structure.

Definition at line 111 of file ble_hrs_c.h.


Field Documentation

Event handler to be called by the Heart Rate Client module whenever there is an event related to the Heart Rate Service.

Definition at line 113 of file ble_hrs_c.h.