Go to file
Mikel Astiz 18bdb1234d network: Remove duplicated search
Commit 0624791ea6 seems to accidentally
have introduced this duplicated search as part of a non-trivial revert.
2013-06-24 11:16:40 +03:00
attrib attrib: Use GAttrib destroy callback for included search 2013-06-07 14:20:19 +03:00
btio btio: Add BT_IO_OPT_SOURCE_TYPE option for source bdaddr type 2013-05-17 11:03:11 +03:00
client client: prettify help table 2013-06-24 11:12:59 +03:00
doc obexd: Fix using the same prefix for client and server sessions 2013-05-10 14:56:25 +03:00
emulator emulator: Fix Remote Name Request Cancel command complete 2013-06-17 13:49:19 +03:00
gdbus gdbus: Remove proxies when client disconnects 2013-05-28 16:22:27 +03:00
gobex gobex: Get rid of gchar 2013-05-02 09:02:31 +03:00
lib lib: Cleanup SDP logs to not include double new lines 2013-06-24 11:08:03 +03:00
monitor emulator: Fix Remote Name Request Cancel command complete 2013-06-17 13:49:19 +03:00
obexd obexd: Fix crash when retrieving multiple MAP event reports 2013-06-18 14:45:09 +03:00
plugins core: Avoid unnecessary gboolean on pincode callback API 2013-06-13 17:24:20 +03:00
profiles network: Remove duplicated search 2013-06-24 11:16:40 +03:00
src adapter: Remove never used parameter 2013-06-24 11:12:46 +03:00
test test/ftp-client: Fix syntax error for python 3.0 2013-05-17 10:29:53 +03:00
tools tools/mpris-player: Fix crash when forwarding player message 2013-06-17 15:02:58 +03:00
unit unit: Get rid of gchar 2013-05-02 09:04:21 +03:00
.gitignore gitignore: Add missing tools 2013-06-24 11:12:40 +03:00
.mailmap build: Fix Tedd's name matching to email address 2012-12-22 17:29:10 -08:00
acinclude.m4 build: Fix --disable-optimization configure option 2013-01-10 16:06:42 -08:00
AUTHORS AUTHORS: Mention Alex's contributions 2013-05-14 08:58:51 +02:00
bootstrap Add --automake option 2006-08-18 19:41:53 +00:00
bootstrap-configure doc: Remove left-overs from gtk-doc attempt 2012-12-12 12:07:25 +01:00
ChangeLog Release 5.6 2013-06-19 08:22:52 +02:00
configure.ac Release 5.6 2013-06-19 08:22:52 +02:00
COPYING Remove new page characters 2008-08-14 22:56:25 +02:00
COPYING.LIB Remove new page characters 2008-08-14 22:56:25 +02:00
INSTALL Big cleanup of CVS relics 2005-10-29 19:25:42 +00:00
Makefile.am build: Update library version 2013-06-19 08:04:14 +02:00
Makefile.obexd build: Add support for building MNS server 2013-04-10 14:51:09 +03:00
Makefile.plugins autopair: Add the autopair plugin 2013-05-10 10:21:39 +03:00
Makefile.tools build: Add bluetooth-player command line client 2013-06-10 11:06:45 +03:00
NEWS Initial revision 2002-03-08 21:10:06 +00:00
README README: Fix minor typo 2012-12-23 19:05:07 -08:00
TODO TODO: Remove completed passive scanning entry 2013-01-31 13:44:41 -06:00

BlueZ - Bluetooth protocol stack for Linux
******************************************

Copyright (C) 2000-2001  Qualcomm Incorporated
Copyright (C) 2002-2003  Maxim Krasnyansky <maxk@qualcomm.com>
Copyright (C) 2002-2010  Marcel Holtmann <marcel@holtmann.org>


Compilation and installation
============================

In order to compile Bluetooth utilities you need following software packages:
	- GCC compiler
	- GLib library
	- D-Bus library
	- USB library (optional)
	- udev library (optional)
	- readline (command line clients)

To configure run:
	./configure --prefix=/usr --mandir=/usr/share/man \
				--sysconfdir=/etc --localstatedir=/var

Configure automatically searches for all required components and packages.

To compile and install run:
	make && make install


Configuration and options
=========================

For a working system, certain configuration options need to be enabled:

	--enable-library

		Enable installation of Bluetooth library

		By default the Bluetooth library is no longer installed.

		The user interfaces or command line utilities do not
		require an installed Bluetooth library anymore. This
		option is provided for legacy third party applications
		that still depend on the library.

		When the library installation is enabled, it is a good
		idea to use a separate bluez-library or libbluetooth
		package for it.

	--disable-tools

		Disable support for Bluetooth utilities

		By default the Bluetooth utilities are built and also
		installed. For production systems the tools are not
		needed and this option allows to disable them to save
		build time and disk space.

		When the tools are selected, it is a good idea to
		use a separate bluez-tools package for them.

	--disable-cups

		Disable support for CUPS printer backend

		By default the printer backend for CUPS is build and
		also installed. For systems that do not require printing
		over Bluetooth, this options allows to disable it.

		When the CUPS backend is selected, it is a good idea to
		use a separate bluez-cups package for it.

	--disable-monitor

		Disable support for the Bluetooth monitor utility

		By default the monitor utility is enabled. It provides
		support for HCI level tracing and debugging. For systems
		that don't require any kind of tracing or debugging
		capabilities, this options allows to disable it.

		The monitor utility should be placed in the main package
		along with the daemons. It is universally useful.

	--disable-client

		Disable support for the command line client

		By default the command line client is enabled and uses the
		readline library. For specific systems where BlueZ is
		configured by other means, the command line client can be
		disabled and the dependency on readline is removed.

		The client should be placed in the main package along
		with the daemons. It is universally useful.

	--disable-systemd

		Disable integration with systemd

		By default the integration with systemd is enabled and
		installed. This gives the best integration into all
		distributions based on systemd.

		This option is provided for distributions that do not
		support systemd. In that case all integration with the
		init system is up to the package.

	--enable-experimental

		Enable experimental plugins

		By default all plugins that are still in development
		are disabled. This option can be used to enable them.

		It is not recommended to enable this option for production
		systems. The APIs or behavior of the experimental plugins
		is unstable and might still change.


Information
===========

Mailing lists:
	linux-bluetooth@vger.kernel.org

For additional information about the project visit BlueZ web site:
	http://www.bluez.org