Go to file
Brian Gix a4f6905ea9 mesh: Fixed warning-to-error from GCC 8.1.1
Fixed compiler flagged unsafe usage of strncpy
2018-08-24 17:52:16 +03:00
android android: Fix some compilation warnings 2018-05-25 14:06:17 +02:00
attrib shared/att: Add ext_signed flag to be able to use external crypto 2015-05-19 16:42:43 +02:00
btio btio: Use local libbluetooth includes 2015-02-28 22:29:12 -08:00
client client: Fix not resetting filters on scan.clear 2018-08-01 14:55:40 +03:00
doc doc/adapter-api: Fix working of Discoverable filter 2018-08-01 16:08:36 +03:00
emulator emulator: Add BREDR 2M & 3M, 3 & 5 Slot packet type support 2018-07-30 15:02:59 +03:00
gdbus gdbus: Introduce functions appending to dbus message 2018-03-01 10:49:05 +02:00
gobex gobex: Fix compiler warning from casting functions 2018-05-23 16:32:22 +02:00
lib btmgmt: Add support for setting PHY in add-adv 2018-06-18 17:21:05 +03:00
mesh mesh: Fixed warning-to-error from GCC 8.1.1 2018-08-24 17:52:16 +03:00
monitor monitor: Fix 2-DH5 packet type print 2018-07-30 15:04:22 +03:00
obexd obex: Fix compiler warning from casting functions 2018-05-24 15:46:16 +02:00
peripheral Add support for requiring min key size for access GATT characteristics 2018-03-26 16:06:20 +02:00
plugins policy: Add logic to connect a Sink 2018-06-26 14:02:21 +03:00
profiles input: Fix compiler error with GCC 8.0 2018-05-28 11:22:48 +03:00
src adapter: Fix not keeping discovery filters 2018-08-01 14:55:40 +03:00
test test: Switch to Python3 2018-05-29 14:06:52 +03:00
tools btmgmt: Add support to accept multiple PHY options 2018-08-24 17:52:16 +03:00
unit Add support for requiring min key size for access GATT characteristics 2018-03-26 16:06:20 +02:00
.gitignore tools: Add utitlity for analyzing Broadcom HCD firmware files 2018-06-04 21:06:56 +02:00
.gitlint gitlint: Add .gitlint configuration 2018-08-08 11:03:10 +03:00
.mailmap Fix name in AUTHORS 2015-05-20 23:16:30 +03:00
acinclude.m4 build: Enable -Wformat -Wformat-security in maintainer mode 2015-01-02 17:59:46 +01:00
AUTHORS AUTHORS: add Mesh maintaining authors 2018-08-22 12:14:44 -07:00
bootstrap Add --automake option 2006-08-18 19:41:53 +00:00
bootstrap-configure tools: Add initial code for btmon-logger 2018-04-24 10:41:47 +02:00
ChangeLog Release 5.50 2018-06-01 10:36:21 +02:00
configure.ac build: Fix conditional check for enable-mesh 2018-08-01 21:58:03 +03: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
HACKING Remove obsolete Debian notes from HACKING 2018-03-06 09:47:47 +02:00
INSTALL Big cleanup of CVS relics 2005-10-29 19:25:42 +00:00
Makefile.am Makefile for meshd 2018-08-20 13:05:14 -07:00
Makefile.mesh Makefile for meshd 2018-08-20 13:05:14 -07:00
Makefile.obexd build: Fix make distcheck 2018-03-22 11:16:26 +02:00
Makefile.plugins build: Fix make distcheck 2017-11-11 12:55:42 +01:00
Makefile.tools tools: Move meshctl sources under tools/mesh directory 2018-07-06 13:03:33 +02:00
NEWS Initial revision 2002-03-08 21:10:06 +00:00
README build: Add testing config option 2017-01-17 11:27:26 +02:00
TODO TODO: Update GATT/ATT items 2016-03-14 16:42:59 +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
	- 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.

	--disable-a2dp

		Disable A2DP profile

		By default bluetoothd supports A2DP profile using a built-in
		plugin, this option disables it.

		This option is provided for distributions that do not have any
		audio capabilities.

	--disable-avrcp

		Disable AVRCP profile

		By default bluetoothd supports AVRCP profile using a built-in
		plugin, this option disables it.

		This option is provided for distributions that do not have any
		audio capabilities.

	--disable-network

		Disable PANU, NAP, GN profiles

		By default bluetoothd supports PANU, NAP and GN profile using a
		built-in plugin, this option disables it.

		This option is provided for distributions that do not have any
		network capabilities.

	--disable-hid

		Disable HID profile

		By default bluetoothd supports HID profile using a built-in
		plugin, this option disables it.

		This option is provided for distributions that do not have any
		input capabilities.

	--disable-hog

		Disable HoG profile

		By default bluetoothd supports HoG profile using a built-in
		plugin, this option disables it.

		This option is provided for distributions that do not have any
		input capabilities.

	--enable-testing

		Enable testing tools

		By default tools used only for testing emulation are disabled.
		This option can be used to enable them.

		It is not recommended to enable this option for production
		systems. These tools may contain tests that depend on specific
		environment or kernel features in development.

	--enable-experimental

		Enable experimental tools

		By default all tools 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 behavior of the experimental tools is unstable
		and might still change.

	--enable-deprecated

		Enable deprecated tools

		By defauld all tools that are no longer maintained are
		disabled. This option can be used to enable them.

		It is not recommended to enable this option for production
		systems. The behavior of the deprecated tools may be unstable
		or simply don't work anymore.

	--enable-nfc

		This option enable NFC pairing support.

		By default the integration with neard is disabled, this gives
		the option to enable it in system where neard is supported.

		The plugin is built into bluetoothd therefore it does not need
		to be package separately.

	--enable-sap

		This option enable SAP profile using sap plugin.

		By default sap plugin is disabled since it requires tight
		integration with systems and is very rarely required.

		The plugin is built into bluetoothd therefore it does not need
		to be package separately.

	--enable-health

		This option enable health profiles.

		By default health plugin is disabled since its profiles are
		target for the health industry.

		The plugin is built into bluetoothd therefore it does not need
		to be package separately.

	--enable-midi

		This option enable MIDI support via ALSA Sequencer.

		By default midi plugin is disabled since it still considered
		experimental. When bluetoothd will create a new ALSA Sequencer
		client and port for each device connected that supports the
		MIDI GATT primary service.

		The plugin is built into bluetoothd therefore it does not need
		to be package separately.

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

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

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