blob: f1f0eb5663ef61619d3bfdb12507abd9c39c287c (
plain)
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
|
<appendix id="links">
<title>Links</title>
<para>
<variablelist>
<title>Other projects and documentation</title>
<varlistentry>
<term><ulink url="http://www.bluez.org">BlueZ</ulink></term>
<listitem><para>This is the official Bluetooth Stack for Linux
and the base for tdebluez.
</para></listitem>
</varlistentry>
<varlistentry>
<term><ulink url="https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc/">Linux BlueZ API</ulink></term>
<listitem><para>This is the official Linux API and the base for the dbus implementation.
</para>
<para>The implementation is done by using dbusxml2qt3 to generate the interfaces.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</appendix>
|