-
Notifications
You must be signed in to change notification settings - Fork 47
/
org.bluetooth.characteristic.cgm_feature.xml
189 lines (189 loc) · 7.44 KB
/
org.bluetooth.characteristic.cgm_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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<?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="CGM Feature" type="org.bluetooth.characteristic.cgm_feature"
uuid="2AA8" last-modified="2014-11-17" approved="Yes">
<Value>
<Field name="CGM Feature">
<InformativeText>Byte Order - LSO...MSO</InformativeText>
<Requirement>Mandatory</Requirement>
<Format>24bit</Format>
<DecimalExponent>0</DecimalExponent>
<BitField>
<Bit index="0" size="1" name="Calibration Supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="1" size="1"
name="Patient High/Low Alerts supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="2" size="1" name="Hypo Alerts supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="3" size="1" name="Hyper Alerts supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="4" size="1"
name="Rate of Increase/Decrease Alerts supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="5" size="1"
name="Device Specific Alert supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="6" size="1"
name="Sensor Malfunction Detection supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="7" size="1"
name="Sensor Temperature High-Low Detection supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="8" size="1"
name="Sensor Result High-Low Detection supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="9" size="1"
name="Low Battery Detection supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="10" size="1"
name="Sensor Type Error Detection supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="11" size="1"
name="General Device Fault supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="12" size="1" name="E2E-CRC supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="13" size="1" name="Multiple Bond supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="14" size="1"
name="Multiple Sessions supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="15" size="1"
name="CGM Trend Information supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<Bit index="16" size="1" name="CGM Quality supported">
<Enumerations>
<Enumeration key="0" value="False" />
<Enumeration key="1" value="True" />
</Enumerations>
</Bit>
<ReservedForFutureUse index="17" size="7" />
</BitField>
</Field>
<Field name="CGM Type">
<InformativeText>See Note number 2 below.</InformativeText>
<Requirement>Mandatory</Requirement>
<Format>4bit</Format>
<Enumerations>
<Enumeration key="0" value="Reserved for future use" />
<Enumeration key="1" value="Capillary Whole blood" />
<Enumeration key="2" value="Capillary Plasma" />
<Enumeration key="3" value="Capillary Whole blood" />
<Enumeration key="4" value="Venous Plasma" />
<Enumeration key="5" value="Arterial Whole blood" />
<Enumeration key="6" value="Arterial Plasma" />
<Enumeration key="7" value="Undetermined Whole blood" />
<Enumeration key="8" value="Undetermined Plasma" />
<Enumeration key="9" value="Interstitial Fluid (ISF)" />
<Enumeration key="10" value="Control Solution" />
<ReservedForFutureUse start="11" end="15" />
</Enumerations>
</Field>
<Field name="CGM Sample Location">
<InformativeText>See Note number 2 below.</InformativeText>
<Requirement>Mandatory</Requirement>
<Format>4bit</Format>
<Enumerations>
<Enumeration key="0" value="Reserved for future use" />
<Enumeration key="1" value="Finger" />
<Enumeration key="2" value="Alternate Site Test (AST)" />
<Enumeration key="3" value="Earlobe" />
<Enumeration key="4" value="Control solution" />
<Enumeration key="5" value="Subcutaneous tissue" />
<Enumeration key="15"
value="Sample Location value not available" />
<ReservedForFutureUse start="6" end="14" />
</Enumerations>
</Field>
<Field name="E2E-CRC">
<InformativeText>If the device supports E2E-safety (E2E-CRC
Supported bit is set in CGM Feature), the feature are secured
by a CRC calculated over all data. This field is mandatory in
this characteristic. If the device doesn?t support E2E-safety
the value of the field shall be set to
0xFFFF.</InformativeText>
<Requirement>Mandatory</Requirement>
<Format>uint16</Format>
<DecimalExponent>0</DecimalExponent>
</Field>
</Value>
<Note>
<p>1. 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>
<p>2. The CGM Type and CGM Sample Location Fields are each a
nibble (4bit), where the least significant nibble contains the
Type and the most significant nibble contains the Sample
Location. These two nibbles are packed as one single octet, the
Least Significant Nibble means the four bits numbered 0, 1, 2
and 3 of the octet and the Most Significant Nibble means the
four bits numbered 4, 5, 6 and 7 of that octet</p>
</Note>
</Characteristic>