Go to file
Jerzy Kasenberg 8c9d7f5362 android: Add history to line editor in haltest
Added simple history to editor to save time.
2013-10-16 18:32:51 +03:00
android android: Add history to line editor in haltest 2013-10-16 18:32:51 +03:00
attrib codingstyle: Change __FUNCTION__ to __func__ 2013-09-11 13:22:08 +03:00
btio btio: Add option for SCO voice setting 2013-08-01 12:36:25 +03:00
client client: prettify help table 2013-06-24 11:12:59 +03:00
doc doc/obex-api: Fix wrong description of Message1.Deleted property 2013-10-16 16:36:24 +03:00
emulator emulator: Add support for reading IAC information 2013-10-14 14:43:58 -07:00
gdbus gdbus: Remove not needed check for NULL DBusPendingCall 2013-10-14 14:34:26 +03:00
gobex gobex: Revert g_obex_pending_req_abort to static pending_req_abort 2013-09-29 17:01:07 +03:00
lib lib: Add definitions for Set Scan Parameters command 2013-10-11 14:48:58 -07:00
monitor monitor: Add decoding for reading and writing current IAC LAP 2013-10-14 14:59:55 -07:00
obexd obexd/session: Fix crash when transport is disconnected 2013-10-15 09:56:45 +03:00
plugins adapter: Handle removing of SDP records 2013-09-23 10:43:01 +03:00
profiles audio/media: Send status changed if position changes 2013-10-15 13:03:31 +03:00
src Don't register Device ID record on sdp server start 2013-10-10 22:38:08 +02:00
test test/test-hfp: Fix passing missing backlog parameter to sco.listen() 2013-09-29 17:26:16 +03:00
tools tools: Add command for setting limited discoverable mode 2013-10-15 14:30:02 -07:00
unit unit/sdp: Check that correct packet received in recv 2013-10-16 13:20:23 +03:00
.gitignore build: Add obexctl command line client 2013-10-15 16:50:13 +03:00
.mailmap mailmap: Add Martin due to one commit with incomplete name 2013-07-20 23:33:02 +03:00
acinclude.m4 build: Check for clock_gettime with -lrt 2013-09-09 14:21:49 -07: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 build: Add skeleton for BlueZ Android 2013-10-04 15:22:32 +03:00
ChangeLog Release 5.10 2013-10-15 15:13:39 -07:00
configure.ac Release 5.10 2013-10-15 15:13:39 -07: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-10-15 14:56:51 -07:00
Makefile.android build: Add android/hal-ipc-api.txt to EXTRA_DIST 2013-10-14 18:27:24 +03:00
Makefile.obexd build-sys: Add missing $(AM_CFLAGS) to obexd_src_obexd_CFLAGS 2013-10-04 14:16:35 +03:00
Makefile.plugins audio: Remove audio plugin 2013-07-24 15:45:18 -07:00
Makefile.tools build: Add obexctl command line client 2013-10-15 16:50:13 +03: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: 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
	- 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