forked from oesmith/gatt-xml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.bluetooth.characteristic.indoor_positioning_configuration.xml
68 lines (68 loc) · 2.67 KB
/
org.bluetooth.characteristic.indoor_positioning_configuration.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
<?xml version="1.0" encoding="utf-8"?>
<!--Copyright 2015 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="Indoor Positioning Configuration"
type="org.bluetooth.characteristic.indoor_positioning_configuration"
uuid="2AAD" last-modified="2015-05-19" approved="Yes">
<InformativeText>
<Abstract>The Indoor Positioning Configuration describes the
set of characteristic values included in the Indoor Positioning
Service AD type.</Abstract>
</InformativeText>
<Value>
<Field name="Indoor Positioning Configuration">
<Requirement>Mandatory</Requirement>
<Format>uint8</Format>
<BitField>
<Bit index="0" size="1"
name="Presence of coordinates in advertising packets">
<Enumerations>
<Enumeration key="0"
value="Coordinates are not present" />
<Enumeration key="1" value="Coordinates are present" />
</Enumerations>
</Bit>
<Bit index="1" size="1"
name="Coordinate system used in advertising packets">
<Enumerations>
<Enumeration key="0" value="WGS84 coordinate system" />
<Enumeration key="1" value="Local coordinate system" />
</Enumerations>
</Bit>
<Bit index="2" size="1"
name="Presence of Tx Power field in advertising packets">
<Enumerations>
<Enumeration key="0" value="Tx Power is not present" />
<Enumeration key="1" value="Tx Power is not present" />
</Enumerations>
</Bit>
<Bit index="3" size="1"
name="Presence of Altitude field in advertising packets">
<Enumerations>
<Enumeration key="0" value="Altitude is not present" />
<Enumeration key="1" value="Altitude is present" />
</Enumerations>
</Bit>
<Bit index="4" size="1"
name="Presence of Floor Number in advertising packets">
<Enumerations>
<Enumeration key="0"
value="Floor Number is not present" />
<Enumeration key="1" value="Floor Number is present" />
</Enumerations>
</Bit>
<Bit index="5" size="1"
name="Location Name available in the GATT database">
<Enumerations>
<Enumeration key="0"
value="Location Name is not present" />
<Enumeration key="1"
value="Location Name is present" />
</Enumerations>
</Bit>
<ReservedForFutureUse index="6" size="2" />
</BitField>
</Field>
</Value>
</Characteristic>