-
Notifications
You must be signed in to change notification settings - Fork 47
/
org.bluetooth.characteristic.five_zone_heart_rate_limits.xml
56 lines (52 loc) · 2.24 KB
/
org.bluetooth.characteristic.five_zone_heart_rate_limits.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="utf-8"?>
<!--Copyright 2014 Bluetooth SIG, Inc. All rights reserved.-->
<Characteristic xsi:noNamespaceSchemaLocation="http://schemas.bluetooth.org/Documents/characteristic.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
name="Five Zone Heart Rate Limits"
type="org.bluetooth.characteristic.five_zone_heart_rate_limits"
uuid="2A8B" last-modified="2014-06-10" approved="Yes">
<InformativeText>
<Abstract>Data structure containing the limits between the
heart rate zones for the 5-zone heart rate definition (Maximum,
Hard, Moderate, Light and Very Light).</Abstract>
</InformativeText>
<Value>
<Field name="Five Zone Heart Rate Limits - Very light / Light Limit">
<InformativeText>Unit is in beats per minute with a
resolution of 1</InformativeText>
<Requirement>Mandatory</Requirement>
<Format>uint8</Format>
<Unit>org.bluetooth.unit.period.beats_per_minute</Unit>
<DecimalExponent>0</DecimalExponent>
</Field>
<Field name="Five Zone Heart Rate Limits - Light / Moderate Limit">
<InformativeText>Unit is in beats per minute with a
resolution of 1</InformativeText>
<Requirement>Mandatory</Requirement>
<Format>uint8</Format>
<Unit>org.bluetooth.unit.period.beats_per_minute</Unit>
<DecimalExponent>0</DecimalExponent>
</Field>
<Field name="Five Zone Heart Rate Limits - Moderate / Hard Limit">
<InformativeText>Unit is in beats per minute with a
resolution of 1</InformativeText>
<Requirement>Mandatory</Requirement>
<Format>uint8</Format>
<Unit>org.bluetooth.unit.period.beats_per_minute</Unit>
<DecimalExponent>0</DecimalExponent>
</Field>
<Field name="Five Zone Heart Rate Limits - Hard / Maximum Limit">
<InformativeText>Unit is in beats per minute with a
resolution of 1</InformativeText>
<Requirement>Mandatory</Requirement>
<Format>uint8</Format>
<Unit>org.bluetooth.unit.period.beats_per_minute</Unit>
<DecimalExponent>0</DecimalExponent>
</Field>
</Value>
<Note>
<p>The fields in the above table are in the order of LSO to
MSO. Where LSO = Least Significant Octet and MSO = Most
Significant Octet.</p>
</Note>
</Characteristic>