project for nrf51822 qfab

Dependencies:   eddystone_URL mbed

Fork of eddystone_URL by vo dung

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.