Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_WallbotBLE_Challenge by
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.
Generated on Tue Jul 12 2022 13:52:34 by
