This repository has been archived by the owner on Jun 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
sdp_record.xml
122 lines (118 loc) · 3.16 KB
/
sdp_record.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?xml version="1.0" encoding="UTF-8" ?>
<!--
A description of these fields can be found in the following links:
http://www.bluecove.org/bluecove/apidocs/javax/bluetooth/ServiceRecord.html
https://www.bluetooth.com/specifications/assigned-numbers/service-discovery
-->
<record>
<attribute id="0x0001"> <!-- Service Class ID List -->
<sequence>
<uuid value="0x1124" /> <!-- Human Interface Device -->
</sequence>
</attribute>
<attribute id="0x0004"> <!-- Protocol Descriptor List -->
<sequence>
<sequence>
<uuid value="0x0100" /> <!-- L2CAP -->
<uint16 value="0x0011" /> <!-- HIDP -->
</sequence>
<sequence>
<uuid value="0x0011" /> <!-- HIDP -->
</sequence>
</sequence>
</attribute>
<attribute id="0x0005"> <!-- Browse Group List -->
<sequence>
<uuid value="0x1002" />
</sequence>
</attribute>
<attribute id="0x0006"> <!-- Language Based Attribute ID List -->
<sequence>
<uint16 value="0x656e" /> <!-- code_ISO639 -->
<uint16 value="0x006a" /> <!-- encoding -->
<uint16 value="0x0100" /> <!-- base_offset -->
</sequence>
</attribute>
<attribute id="0x0009"> <!-- Bluetooth Profile Descriptor List -->
<sequence>
<sequence>
<uuid value="0x1124" /> <!-- Human Interface Device -->
<uint16 value="0x0100" /> <!-- L2CAP -->
</sequence>
</sequence>
</attribute>
<attribute id="0x000d"> <!-- Additional Protocol Descriptor Lists -->
<sequence>
<sequence>
<sequence>
<uuid value="0x0100" /> <!-- L2CAP -->
<uint16 value="0x0013" />
</sequence>
<sequence>
<uuid value="0x0011" /> <!-- HIDP -->
</sequence>
</sequence>
</sequence>
</attribute>
<attribute id="0x0100">
<text value="Bluetooth_Keyboard/Mouse" />
</attribute>
<attribute id="0x0101">
<text value="USB > BT Keyboard/Mouse" />
</attribute>
<attribute id="0x0102">
<text value="Raspberry Pi 3" />
</attribute>
<attribute id="0x0200">
<uint16 value="0x0100" />
</attribute>
<attribute id="0x0201">
<uint16 value="0x0111" />
</attribute>
<attribute id="0x0202">
<uint8 value="0x40" />
</attribute>
<attribute id="0x0203">
<uint8 value="0x00" />
</attribute>
<attribute id="0x0204">
<boolean value="false" />
</attribute>
<attribute id="0x0205">
<boolean value="false" />
</attribute>
<attribute id="0x0206">
<sequence>
<sequence>
<uint8 value="0x22" />
<text encoding="hex" value="05010906A1018501A100050719E029E71500250175019508810295017508810195087508150025650507190029658100C0C005010902A10185020901A1000509190129031500250175019503810275059501810105010930093109381581257F750895038106C0C0"/>
</sequence>
</sequence>
</attribute>
<attribute id="0x0207">
<sequence>
<sequence>
<uint16 value="0x0409" />
<uint16 value="0x0100" />
</sequence>
</sequence>
</attribute>
<attribute id="0x020b">
<uint16 value="0x0100" />
</attribute>
<attribute id="0x020c">
<uint16 value="0x0c80" />
</attribute>
<attribute id="0x020d">
<boolean value="true" />
</attribute>
<attribute id="0x020e">
<boolean value="false" />
</attribute>
<attribute id="0x020f">
<uint16 value="0x0640" />
</attribute>
<attribute id="0x0210">
<uint16 value="0x0320" />
</attribute>
</record>