• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4<!ENTITY version SYSTEM "version.xml">
5]>
6<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
7  <bookinfo>
8    <title>BlueZ Reference Manual</title>
9    <releaseinfo>Version &version;</releaseinfo>
10    <authorgroup>
11      <author>
12	<firstname>Marcel</firstname>
13	<surname>Holtmann</surname>
14	<affiliation>
15	  <address>
16	    <email>marcel@holtmann.org</email>
17	  </address>
18	</affiliation>
19      </author>
20    </authorgroup>
21
22    <copyright>
23      <year>2002-2008</year>
24      <holder>Marcel Holtmann</holder>
25    </copyright>
26
27    <legalnotice>
28      <para>
29	Permission is granted to copy, distribute and/or modify this
30	document under the terms of the <citetitle>GNU Free
31	Documentation License</citetitle>, Version 1.1 or any later
32	version published by the Free Software Foundation with no
33	Invariant Sections, no Front-Cover Texts, and no Back-Cover
34	Texts. You may obtain a copy of the <citetitle>GNU Free
35	Documentation License</citetitle> from the Free Software
36	Foundation by visiting <ulink type="http"
37	url="http://www.fsf.org">their Web site</ulink> or by writing
38	to:
39
40	<address>
41	  The Free Software Foundation, Inc.,
42	  <street>59 Temple Place</street> - Suite 330,
43	  <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>,
44	  <country>USA</country>
45	</address>
46      </para>
47    </legalnotice>
48  </bookinfo>
49
50  <reference id="manager">
51    <title>Manager interface</title>
52    <para>
53<programlisting><xi:include href="manager-api.txt" parse="text" /></programlisting>
54    </para>
55  </reference>
56
57  <reference id="adapter">
58    <title>Adapter interface</title>
59    <para>
60<programlisting><xi:include href="adapter-api.txt" parse="text" /></programlisting>
61    </para>
62  </reference>
63
64  <reference id="device">
65    <title>Device interface</title>
66    <para>
67<programlisting><xi:include href="device-api.txt" parse="text" /></programlisting>
68    </para>
69  </reference>
70
71  <reference id="agent">
72    <title>Agent interface</title>
73    <para>
74<programlisting><xi:include href="agent-api.txt" parse="text" /></programlisting>
75    </para>
76  </reference>
77
78  <reference id="reference">
79    <title>API Reference</title>
80    <partintro>
81      <para>
82	This part presents the function reference for BlueZ.
83      </para>
84    </partintro>
85  </reference>
86
87  <appendix id="license">
88    <title>License</title>
89    <para>
90<programlisting><xi:include href="../COPYING" parse="text" /></programlisting>
91    </para>
92  </appendix>
93
94  <index>
95    <title>Index</title>
96  </index>
97</book>
98