-
Notifications
You must be signed in to change notification settings - Fork 3
/
gatt.xml
43 lines (33 loc) · 1.03 KB
/
gatt.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
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<service uuid="1800">
<description>Generic Access Profile</description>
<characteristic uuid="2a00">
<properties read="true" const="true"/>
<value>iBeacon Demo</value>
</characteristic>
<characteristic uuid="2a01">
<properties read="true" const="true"/>
<value type="hex">0200</value>
</characteristic>
</service>
<service uuid="180a">
<description>Device Information</description>
<characteristic uuid="2a29">
<properties read="true" const="true" />
<value>Bluegiga BLE113</value>
</characteristic>
<characteristic uuid="2a24">
<properties read="true" const="true" />
<value>113</value>
</characteristic>
<characteristic uuid="2a26">
<properties read="true" const="true" />
<value>1.2.1</value>
</characteristic>
<characteristic uuid="2a27">
<properties read="true" const="true" />
<value>1.0</value>
</characteristic>
</service>
</configuration>