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_init_t Struct Reference
[Heart Rate Service]
Heart Rate Service init structure. More...
#include <ble_hrs.h>
Data Fields | |
ble_hrs_evt_handler_t | evt_handler |
Event handler to be called for handling events in the Heart Rate Service. | |
bool | is_sensor_contact_supported |
Determines if sensor contact detection is to be supported. | |
uint8_t * | p_body_sensor_location |
If not NULL, initial value of the Body Sensor Location characteristic. | |
ble_srv_cccd_security_mode_t | hrs_hrm_attr_md |
Initial security level for heart rate service measurement attribute. | |
ble_srv_security_mode_t | hrs_bsl_attr_md |
Initial security level for body sensor location attribute. |
Detailed Description
Heart Rate Service init structure.
This contains all options and data needed for initialization of the service.
Definition at line 84 of file ble_hrs.h.
Field Documentation
uint8_t* p_body_sensor_location |
Generated on Tue Jul 12 2022 13:52:34 by
