-
Notifications
You must be signed in to change notification settings - Fork 47
/
org.bluetooth.attribute.gatt.characteristic_declaration.xml
74 lines (74 loc) · 2.7 KB
/
org.bluetooth.attribute.gatt.characteristic_declaration.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
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2011 Bluetooth SIG, Inc. All rights reserved. -->
<Attribute xsi:noNamespaceSchemaLocation="http://schemas.bluetooth.org/Documents/attribute.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
type="org.bluetooth.attribute.gatt.characteristic_declaration"
name="Characteristic Declaration" uuid="2803">
<Value>
<Field name="Characteristic Properties">
<Requirement>Mandatory</Requirement>
<Format>uint8</Format>
<BitField>
<Bit index="0" size="1" name="Broadcast">
<Enumerations>
<Enumeration key="0" value="No Broadcast" />
<Enumeration key="1" value="Broadcast" />
</Enumerations>
</Bit>
<Bit index="1" size="1" name="Read">
<Enumerations>
<Enumeration key="0" value="No Read" />
<Enumeration key="1" value="Read" />
</Enumerations>
</Bit>
<Bit index="2" size="1" name="Write Without Response">
<Enumerations>
<Enumeration key="0"
value="No Write Without Response" />
<Enumeration key="1" value="Write Without Response" />
</Enumerations>
</Bit>
<Bit index="3" size="1" name="Write">
<Enumerations>
<Enumeration key="0" value="No Write" />
<Enumeration key="1" value="Write" />
</Enumerations>
</Bit>
<Bit index="4" size="1" name="Notify">
<Enumerations>
<Enumeration key="0" value="No Notify" />
<Enumeration key="1" value="Notify" />
</Enumerations>
</Bit>
<Bit index="5" size="1" name="Indicate">
<Enumerations>
<Enumeration key="0" value="No Indicate" />
<Enumeration key="1" value="Indicate" />
</Enumerations>
</Bit>
<Bit index="6" size="1" name="Authenticated Signed Writes">
<Enumerations>
<Enumeration key="0"
value="No Authenticated Signed Writes" />
<Enumeration key="1"
value="Authenticated Signed Writes" />
</Enumerations>
</Bit>
<Bit index="7" size="1" name="Extended Properties">
<Enumerations>
<Enumeration key="0" value="No Extended Properties" />
<Enumeration key="1" value="Extended Properties" />
</Enumerations>
</Bit>
</BitField>
</Field>
<Field name="Characteristic Value Handle">
<Requirement>Mandatory</Requirement>
<Format>uint16</Format>
</Field>
<Field name="Characteristic UUID">
<Requirement>Mandatory</Requirement>
<Format>gatt_uuid</Format>
</Field>
</Value>
</Attribute>