-
Notifications
You must be signed in to change notification settings - Fork 47
/
org.bluetooth.characteristic.date_of_threshold_assessment.xml
63 lines (63 loc) · 2.4 KB
/
org.bluetooth.characteristic.date_of_threshold_assessment.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
<?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="Date of Threshold Assessment"
type="org.bluetooth.characteristic.date_of_threshold_assessment"
uuid="2A86" last-modified="2014-06-10" approved="Yes">
<Value>
<Field name="Year">
<InformativeText>Year as defined by the Gregorian
calendar.</InformativeText>
<Requirement>Mandatory</Requirement>
<Format>uint16</Format>
<Unit>org.bluetooth.unit.time.year</Unit>
<Minimum>1582</Minimum>
<Maximum>9999</Maximum>
<AdditionalValues>
<Enumeration key="0" value="Year is not known" />
</AdditionalValues>
</Field>
<Field name="Month">
<InformativeText>Month of the year as defined by the
Gregorian calendar.</InformativeText>
<Requirement>Mandatory</Requirement>
<Format>uint8</Format>
<Unit>org.bluetooth.unit.time.month</Unit>
<Minimum>0</Minimum>
<Maximum>12</Maximum>
<Enumerations>
<Enumeration key="0" value="Month is not known" />
<Enumeration key="1" value="January" />
<Enumeration key="2" value="February" />
<Enumeration key="3" value="March" />
<Enumeration key="4" value="April" />
<Enumeration key="5" value="May" />
<Enumeration key="6" value="June" />
<Enumeration key="7" value="July" />
<Enumeration key="8" value="August" />
<Enumeration key="9" value="September" />
<Enumeration key="10" value="October" />
<Enumeration key="11" value="November" />
<Enumeration key="12" value="December" />
</Enumerations>
</Field>
<Field name="Day">
<InformativeText>Day of the month as defined by the Gregorian
calendar.</InformativeText>
<Requirement>Mandatory</Requirement>
<Format>uint8</Format>
<Unit>org.bluetooth.unit.time.day</Unit>
<Minimum>1</Minimum>
<Maximum>31</Maximum>
<AdditionalValues>
<Enumeration key="0" value="Day of Month is not known" />
</AdditionalValues>
</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>