-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathorg.bluetooth.characteristic.dst_offset.xml
More file actions
30 lines (30 loc) · 1.14 KB
/
Copy pathorg.bluetooth.characteristic.dst_offset.xml
File metadata and controls
30 lines (30 loc) · 1.14 KB
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
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2011 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="DST Offset" type="org.bluetooth.characteristic.dst_offset"
uuid="2A0D">
<InformativeText></InformativeText>
<Value>
<Field name="DST Offset">
<Requirement>Mandatory</Requirement>
<Format>uint8</Format>
<Minimum>0</Minimum>
<Maximum>8</Maximum>
<Enumerations>
<Enumeration key="0" value="Standard Time" />
<Enumeration key="2"
value="Half An Hour Daylight Time (+0.5h)" />
<Enumeration key="4" value="Daylight Time (+1h)" />
<Enumeration key="8" value="Double Daylight Time (+2h)" />
<Reserved start="1" end="1" />
<Reserved start="3" end="3" />
<Reserved start="5" end="7" />
<Reserved start="9" end="254" />
</Enumerations>
<AdditionalValues>
<Enumeration key="255" value="DST is not known" />
</AdditionalValues>
</Field>
</Value>
</Characteristic>