![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
Weight Measurement characteristic parameters. More...
Data Fields | |
| bool | is_measurement_in_imperial_units |
| bool | is_timestamp_present |
| bool | is_user_id_present |
| bool | is_bmi_height_present |
| uint16_t | weight |
| st_ble_date_time_t | time_stamp |
| uint8_t | user_id |
| uint16_t | bmi |
| uint16_t | height |
Weight Measurement characteristic parameters.
| bool st_ble_wsc_weight_measurement_t::is_measurement_in_imperial_units |
Weight and Mass in SI Units or Imperial Units
| bool st_ble_wsc_weight_measurement_t::is_timestamp_present |
Timestamp present or not
| bool st_ble_wsc_weight_measurement_t::is_user_id_present |
User ID present or not
| bool st_ble_wsc_weight_measurement_t::is_bmi_height_present |
BMI and Height present or not
| uint16_t st_ble_wsc_weight_measurement_t::weight |
Weight value
| st_ble_date_time_t st_ble_wsc_weight_measurement_t::time_stamp |
Time Stamp value
| uint8_t st_ble_wsc_weight_measurement_t::user_id |
User ID value
| uint16_t st_ble_wsc_weight_measurement_t::bmi |
BMI value
| uint16_t st_ble_wsc_weight_measurement_t::height |
Height value