-
Notifications
You must be signed in to change notification settings - Fork 47
/
org.bluetooth.characteristic.body_composition_feature.xml
117 lines (117 loc) · 4.48 KB
/
org.bluetooth.characteristic.body_composition_feature.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0" encoding="utf-8"?>
<!--Copyright 2013 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="Body Composition Feature"
type="org.bluetooth.characteristic.body_composition_feature"
uuid="2A9B" last-modified="2014-10-17" approved="Yes">
<Value>
<Field name="Body Composition Feature">
<Requirement>Mandatory</Requirement>
<Format>32bit</Format>
<BitField>
<Bit index="0" size="1" name="Time Stamp Supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="1" size="1" name="Multiple Users Supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="2" size="1" name="Basal Metabolism Supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="3" size="1" name="Muscle Percentage Supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="4" size="1" name="Muscle Mass Supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="5" size="1" name="Fat Free Mass Supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="6" size="1" name="Soft Lean Mass Supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="7" size="1" name="Body Water Mass Supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="8" size="1" name="Impedance Supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="9" size="1" name="Weight Supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="10" size="1" name="Height Supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="11" size="4"
name="Mass Measurement Resolution">
<Enumerations>
<Enumeration key="0" value="Not Specified" />
<Enumeration key="1"
value="Resolution of 0.5 kg or 1 lb" />
<Enumeration key="2"
value="Resolution of 0.2 kg or 0.5 lb" />
<Enumeration key="3"
value="Resolution of 0.1 kg or 0.2 lb" />
<Enumeration key="4"
value="Resolution of 0.05 kg or 0.1 lb" />
<Enumeration key="5"
value="Resolution of 0.02 kg or 0.05 lb" />
<Enumeration key="6"
value="Resolution of 0.01 kg or 0.02 lb" />
<Enumeration key="7"
value="Resolution of 0.005 kg or 0.01 lb" />
<ReservedForFutureUse start="8" end="15" />
</Enumerations>
</Bit>
<Bit index="15" size="3"
name="Height Measurement Resolution">
<Enumerations>
<Enumeration key="0" value="Not Specified" />
<Enumeration key="1"
value="Resolution of 0.01 meter or 1 inch" />
<Enumeration key="2"
value="Resolution of 0.005 meter or 0.5 inch" />
<Enumeration key="3"
value="Resolution of 0.001 meter or 0.1 inch" />
<ReservedForFutureUse start="4" end="7" />
</Enumerations>
</Bit>
<ReservedForFutureUse index="18" size="14" />
</BitField>
</Field>
</Value>
</Characteristic>