Go to file
2014-07-12 19:49:13 +02:00
android android/README: Don't mention minor Android release number 2014-07-12 14:51:40 +02:00
attrib android/gatt: Fix signed write command encoding 2014-05-30 13:26:14 +03:00
btio btio: Fix not setting getsockopt optlen for BT_SNDMTU 2014-06-13 14:30:33 +03:00
client client: Allow to terminate if bluetoothd was not started 2014-07-08 21:34:54 +03:00
doc build: Add support for asciidoc based manual pages 2014-07-12 14:26:10 +02:00
emulator emulator: Reopen PTY master when slave closes it 2014-07-12 19:49:13 +02:00
gdbus gdbus: Avoid reporting GDBusClient disconnect twice 2014-04-03 10:40:22 +03:00
gobex gobex: Fix removing invalid source 2014-04-25 11:15:15 +03:00
lib lib: Add definition for New Configuration Options mgmt event 2014-07-04 19:07:43 +02:00
monitor monitor: Use lowercase for additional words in field names 2014-07-09 09:34:13 +02:00
obexd obexd: Fix treating PUT with Body header as delete 2014-04-23 17:55:15 +03:00
plugins plugins/sixaxis: Add a set_leds_sysfs() function 2014-06-08 14:54:41 +02:00
profiles profiles/input: Fix usage of PATH_MAX 2014-07-11 13:33:06 +03:00
src shared/gatt: Add function for getting service UUID 2014-07-11 21:55:28 +02:00
test test: Allow to pass custom DataType to test-health-sink 2014-07-03 17:51:14 +03:00
tools tools: Use mainloop handling for btattach utility 2014-07-12 16:42:11 +02:00
unit unit/test-queue: Fix memory leak 2014-06-27 14:02:25 +03:00
.gitignore build: Add support for asciidoc based manual pages 2014-07-12 14:26:10 +02:00
.mailmap mailmap: Add Martin due to one commit with incomplete name 2013-07-20 23:33:02 +03:00
acinclude.m4 build: Force GLib version check while building in maintainer mode 2013-11-28 09:37:11 +02:00
AUTHORS AUTHORS: Mention Artem's contributions 2014-06-30 22:17:00 +02:00
bootstrap Add --automake option 2006-08-18 19:41:53 +00:00
bootstrap-configure plugins: Add initial code for sixaxis plugin 2013-11-27 11:29:26 +02:00
ChangeLog Release 5.21 2014-07-04 21:09:58 +02:00
configure.ac Release 5.21 2014-07-04 21:09:58 +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: Add support for asciidoc based manual pages 2014-07-12 14:26:10 +02:00
Makefile.obexd build-sys: Add missing $(AM_CFLAGS) to obexd_src_obexd_CFLAGS 2013-10-04 14:16:35 +03:00
Makefile.plugins input/device: Rework uHID code to use bt_uhid 2014-05-23 16:40:29 +03:00
Makefile.tools tools: Use mainloop handling for btattach utility 2014-07-12 16:42:11 +02:00
NEWS Initial revision 2002-03-08 21:10:06 +00:00
README build: Remove all checks for USB library support 2013-08-28 14:15:22 -07:00
TODO TODO: ATT/LE parsing is already done 2014-05-14 13:03:01 +03: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
	- 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