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

ble_hrs_c_s Struct Reference
[Structures]

Heart Rate Client structure. More...

#include <ble_hrs_c.h>

Data Fields

uint16_t conn_handle
 Connection handle as provided by the SoftDevice.
uint16_t hrm_cccd_handle
 Handle of the CCCD of the Heart Rate Measurement characteristic.
uint16_t hrm_handle
 Handle of the Heart Rate Measurement characteristic as provided by the SoftDevice.
ble_hrs_c_evt_handler_t evt_handler
 Application event handler to be called when there is an event related to the heart rate service.

Detailed Description

Heart Rate Client structure.

Definition at line 101 of file ble_hrs_c.h.


Field Documentation

uint16_t conn_handle

Connection handle as provided by the SoftDevice.

Definition at line 103 of file ble_hrs_c.h.

Application event handler to be called when there is an event related to the heart rate service.

Definition at line 106 of file ble_hrs_c.h.

uint16_t hrm_cccd_handle

Handle of the CCCD of the Heart Rate Measurement characteristic.

Definition at line 104 of file ble_hrs_c.h.

uint16_t hrm_handle

Handle of the Heart Rate Measurement characteristic as provided by the SoftDevice.

Definition at line 105 of file ble_hrs_c.h.