-
Notifications
You must be signed in to change notification settings - Fork 0
/
gatt.xml
31 lines (28 loc) · 1.26 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
<?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>bekonz1</value>
</characteristic>
</service>
<service uuid="0bd51666-e7cb-469b-8e4d-2742f1ba77cc">
<description>Bekon Service</description>
<characteristic uuid="e7add780-b042-4876-aae1-112855353cc1" id="xgatt_serial">
<description>Serial</description>
<properties write="true" indicate="true" />
<value variable_length="true" length="20" type="user" />
</characteristic>
<characteristic uuid="e7add780-b042-4876-aae1-112855353cc2" id="xgatt_data1">
<description>Menu</description>
<properties write="true" indicate="true" />
<value variable_length="true" length="20" type="user" />
</characteristic>
<characteristic uuid="e7add780-b042-4876-aae1-112855353cc3" id="xgatt_data2">
<description>Opening Hours</description>
<properties write="true" indicate="true" />
<value variable_length="true" length="20" type="user" />
</characteristic>
</service>
</configuration>