Go to file
Marcel Holtmann af9464b0f2 build: Don't create empty udev rules.d directory
When UDEV_DIR is empty it will create "/rules.d" directory which is
not desired. So check for enabled HID2HCI support before installing
any udev rules.
2012-12-19 15:03:45 +01:00
attrib attrib: conn_state should be static 2012-12-14 12:22:03 +02:00
btio btio: Fix type detection for L2CAP fixed channels 2012-11-14 15:19:46 +02:00
client client: Print message when pairing attempt is in progress 2012-12-18 17:42:10 +01:00
doc doc: Service name changed from org.bluez.obex.client to org.bluez.obex 2012-12-18 21:25:47 +01:00
emulator emulator: Add support for Bluetooth host abstraction 2012-12-18 01:11:57 +01:00
gdbus gdbus: Increase the method call timeout to 5 minutes 2012-12-18 05:27:09 +01:00
gobex Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
lib lib: Correct AMP assoc data structures 2012-12-17 23:42:29 +01:00
monitor monitor: Include flow control lag feature bits 2012-12-18 20:46:18 +01:00
obexd obexd: Reorder command line options 2012-12-19 13:43:00 +01:00
plugins neard: Fix agent reference leak 2012-12-18 11:20:01 +02:00
profiles avctp: Remove double looking for audio device 2012-12-19 13:57:25 +02:00
src core: Always power off adapter when stopping bluetoothd 2012-12-19 14:37:03 +02:00
test test: Update test-discovery to cope with removed DevicesFound signal 2012-12-19 11:23:39 +02:00
tools hcidump: Fix compilation errors due to unaligned memory access 2012-12-18 13:42:50 +02:00
unit unit: Fix issue with D-Bus client unit test when building packages 2012-12-18 00:12:35 +01:00
.gitignore build: Add systemd integration for obexd 2012-12-18 22:00:01 +01:00
.mailmap build: Add support for building hcidump utility 2012-12-18 00:12:10 +01:00
acinclude.m4 build: Update configure option handling 2012-12-10 21:32:51 +01:00
AUTHORS Add João Paulo to the AUTHORS file 2012-11-10 14:28:13 +02:00
bluez.pc.in Improve build system 2007-12-08 21:46:12 +00: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 4.101 2012-06-22 14:07:04 -07:00
configure.ac build: Fix typo with D-Bus system service directory check 2012-12-18 21:54:25 +01: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: Don't create empty udev rules.d directory 2012-12-19 15:03:45 +01:00
Makefile.obexd build: Add systemd integration for obexd 2012-12-18 22:00:01 +01:00
Makefile.plugins hog: Merge hog_device.h code into hog_device.c 2012-12-18 17:20:44 +02:00
Makefile.tools client: Add helper function for readline async printing 2012-12-18 04:17:45 +01:00
NEWS Initial revision 2002-03-08 21:10:06 +00:00
README README: Mention to install client together with the daemons 2012-12-12 23:20:37 +01:00
TODO TODO: Mark convert storage to ini-file item as done 2012-12-17 17:53:47 +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 place 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