Go to file
2013-01-09 23:11:44 -08:00
attrib attrib: Fix missing config.h includes 2012-12-23 18:59:48 -08:00
btio btio: Fix missing config.h includes 2012-12-23 18:59:41 -08:00
client client: Don't bother with individual Device ID properties 2012-12-29 22:41:33 -08:00
doc doc: Clarify the error codes of some management commands 2013-01-09 22:59:34 -08:00
emulator emulator: Add stubs for command complete and command status events 2013-01-01 02:19:00 -08:00
gdbus gdbus: Fix memory leak on properties_set() 2013-01-06 15:08:01 +02:00
gobex Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
lib lib: Remove all management settings helpers since they are unused now 2013-01-09 19:44:00 -08:00
monitor monitor: Fix includes from Bluetooth library 2013-01-09 20:31:18 -08:00
obexd obexd: Fix includes for uuid.h 2013-01-09 20:30:43 -08:00
plugins core: Make hash & randomizer const in oob_read_local_cb_t 2013-01-06 19:03:33 +02:00
profiles profiles: Fix includes for uuid.h 2013-01-09 20:30:30 -08:00
src core: Fix includes for mgmt.h and uuid.h 2013-01-09 20:30:09 -08:00
test test: Update test-adapter to deal with the new Alias property 2013-01-04 14:39:16 +02:00
tools tools: Fix up testing of discoverable management command 2013-01-09 23:11:44 -08:00
unit unit: Print D-Bus error message in verbose mode 2013-01-09 17:22:46 -08:00
.gitignore unit: Add tool for testing the SDP protocol PDUs 2013-01-03 21:26:54 -08:00
.mailmap build: Fix Tedd's name matching to email address 2012-12-22 17:29:10 -08:00
acinclude.m4 build: Update configure option handling 2012-12-10 21:32:51 +01:00
AUTHORS AUTHORS: Mention Cristian's contributions 2012-12-23 19:02:44 -08: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.0 2012-12-24 09:35:38 -08:00
configure.ac build: Do not use deprecated AM_CONFIG_HEADER 2013-01-03 21:28:48 -08: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: Enable Bluetooth library for distribution builds 2013-01-09 20:32:40 -08:00
Makefile.obexd build: Add systemd integration for obexd 2012-12-18 22:00:01 +01:00
Makefile.plugins plugins: Remove no longer needed formfactor plugin 2012-12-29 15:57:21 -08:00
Makefile.tools tools: Add first GAP test for adapter setup 2013-01-01 17:12:33 -08: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 BlueZ 5 section as all items are already completed 2012-12-21 16:27:09 +02: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