summaryrefslogtreecommitdiffstats
path: root/doc/en/developers.docbook
blob: 31a5d65977a9c4ec901ffa7c3bd241c28f7b0f74 (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
<chapter id="developers">
<title>Developer Information</title>

<sect1 id="developers.tdebluez">
<title>TDEBluetooth</title>
<para>This section describes how to utilize tdebluez for your own application or access it from scripts to retrieve cached device names or similar.
</para>

<sect2>
<title>The tdebluez library</title>
<para>
The library provides access to the implementation of the DBus interfaces specified in <ulink url="https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc">the kernel documentation</ulink>.
</para>
</sect2>

<sect2>
<title>The tdeobex library</title>
<para>
The library provides access to the implementation of the DBus interfaces specified in the kernel documentation <ulink url="https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc">the kernel documentation</ulink>.
</para>
</sect2>

</sect1>
</chapter>