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.
ble_bps_meas_s Struct Reference
[Blood Pressure Service]
Blood Pressure Service measurement structure. More...
#include <ble_bps.h>
Data Fields | |
bool | blood_pressure_units_in_kpa |
Blood Pressure Units Flag, 0=mmHg, 1=kPa. | |
bool | time_stamp_present |
Time Stamp Flag, 0=not present, 1=present. | |
bool | pulse_rate_present |
Pulse Rate Flag, 0=not present, 1=present. | |
bool | user_id_present |
User ID Flag, 0=not present, 1=present. | |
bool | measurement_status_present |
Measurement Status Flag, 0=not present, 1=present. | |
ieee_float16_t | blood_pressure_systolic |
Blood Pressure Measurement Compound Value - Systolic. | |
ieee_float16_t | blood_pressure_diastolic |
Blood Pressure Measurement Compound Value - Diastolic . | |
ieee_float16_t | mean_arterial_pressure |
Blood Pressure Measurement Compound Value - Mean Arterial Pressure. | |
ble_date_time_t | time_stamp |
Time Stamp. | |
ieee_float16_t | pulse_rate |
Pulse Rate. | |
uint8_t | user_id |
User ID. | |
uint16_t | measurement_status |
Measurement Status. |
Detailed Description
Blood Pressure Service measurement structure.
This contains a Blood Pressure measurement.
Definition at line 101 of file ble_bps.h.
Field Documentation
uint16_t measurement_status |
bool pulse_rate_present |
bool time_stamp_present |
bool user_id_present |
Generated on Tue Jul 12 2022 20:04:44 by
