nRF51 SDK - S110 SoftDevice
|
Heart Rate Client structure. More...
#include <ble_hrs_c.h>
Data Fields | |
uint16_t | conn_handle |
uint16_t | hrm_cccd_handle |
uint16_t | hrm_handle |
ble_hrs_c_evt_handler_t | evt_handler |
Heart Rate Client structure.
uint16_t ble_hrs_c_s::conn_handle |
Connection handle as provided by the SoftDevice.
ble_hrs_c_evt_handler_t ble_hrs_c_s::evt_handler |
Application event handler to be called when there is an event related to the heart rate service.
uint16_t ble_hrs_c_s::hrm_cccd_handle |
Handle of the CCCD of the Heart Rate Measurement characteristic.
uint16_t ble_hrs_c_s::hrm_handle |
Handle of the Heart Rate Measurement characteristic as provided by the SoftDevice.