Go to file
Rafael Ávila de Espíndola e5bb5fa89c HACKING: Mention disabling SELinux
Running bluetoothd from the build directory I noticed that as soon as
a bluetooth audio device was connect, bluetoothd would be disconnected
from dbus and print

Disconnected from D-Bus. Exiting.

Luiz Augusto von Dentz suggested trying with SELinux disabled and that
solved the problem.

This patch just documents how to disable SELinux before running
bluetoothd from the build directory. I would love to say more about
why that is needed, but could not find anything on the audit log.
2020-05-19 10:54:53 -07:00
android android: Fix build with GCC 10 2020-04-20 10:59:52 -07:00
attrib shared/gatt-client: Add support for EATT features 2020-03-02 14:42:32 -08:00
btio btio: Fix error number 2020-04-24 10:03:55 -07:00
client client: Update write callbacks with invalid offset error handlers 2020-05-11 15:26:55 +02:00
completion/zsh completion: add bluetoothctl zsh completions 2019-09-06 10:58:03 +03:00
doc doc/advertisement-monitor-api: Rename methods and shorten the preset strings 2020-05-18 14:25:42 -07:00
emulator emulator: Fix not reporting LE Set Default PHY as supported 2020-05-18 09:24:53 -07:00
gdbus gdbus: Split validation of object path and interface 2018-12-18 12:04:00 -03:00
gobex build: Move declaration of _GNU_SOURCE back into individual source files 2018-12-06 21:28:18 +01:00
lib lib: Add structures and constants for experimental feature support 2020-05-06 01:25:34 +02:00
mesh mesh: Fix segfault caused by re-enabling of HCI controller 2020-05-17 08:12:20 -07:00
monitor monitor: Fix parsing of LE Setup ISO Data Path response 2020-05-13 14:07:22 -07:00
obexd obex: report notification status on incoming message 2020-02-11 12:53:10 -08:00
peripheral shared/gatt-client: Add support for EATT features 2020-03-02 14:42:32 -08:00
plugins autopair: Fix compiler warning 2020-03-26 10:31:35 -07:00
profiles hog: Set vendor, product and version for all instances 2020-05-18 14:05:34 -07:00
src shared/gatt-server: Fix read multiple charc values 2020-05-11 09:10:01 -07:00
test test: Fix payload and model opcode packing in test-mesh 2020-05-14 06:51:44 -07:00
tools tools/btgatt-client: Add option to set BT_SECURITY_FIPS 2020-05-13 13:02:33 +02:00
unit unit/test-crypto: test for bt_crypto_verify_att_sign 2020-04-07 12:52:24 -07:00
.gitignore tools: Add mesh-cfgclient tool 2019-11-04 14:54:38 -08: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 BIND_NOW 2019-05-13 20:22:23 +03:00
AUTHORS AUTHORS: mention Szymon's contributions 2020-01-09 11:37:28 +01:00
bootstrap Add --automake option 2006-08-18 19:41:53 +00:00
bootstrap-configure build: Enable the hid2hci tool for developers by default 2020-05-18 09:54:18 +02:00
ChangeLog Release 5.54 2020-03-15 07:35:59 +01:00
configure.ac build: Move --enable-hid2hci later in the list options 2020-05-18 09:56:17 +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
HACKING HACKING: Mention disabling SELinux 2020-05-19 10:54:53 -07:00
INSTALL Big cleanup of CVS relics 2005-10-29 19:25:42 +00:00
Makefile.am build: Update library version 2020-03-15 07:26:51 +01:00
Makefile.mesh mesh: Add NVM storage of Replay Protection 2020-01-30 11:03:47 -08:00
Makefile.obexd Makefile.obexd: add missing mkdir in builtin.h generation 2019-10-09 17:35:04 +03:00
Makefile.plugins build: Move $(UDEV_CFLAGS) to global $(AM_CFLAGS) 2018-12-03 19:47:20 +01:00
Makefile.tools tools/mescfg-client: Use local routines for config write 2020-04-03 00:29:32 -07:00
NEWS Initial revision 2002-03-08 21:10:06 +00:00
README README: Add Mesh required Kernel Configuration section 2020-03-12 11:16:10 -07:00
TODO TODO: Update mesh section 2019-12-20 09:01:49 -08: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)

	On a debian based system, this can be done by running the following command:
		sudo apt-get build-dep bluez
		./bootstrap

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


Embedded Linux library
======================

In order to compile mesh support and test client utility the development
version of Embedded Linux library is required to be present. The development
repositories can be found here:

	git://git.kernel.org/pub/scm/libs/ell/ell.git
	https://kernel.googlesource.com/pub/scm/libs/ell/ell.git

The build systems requires that the Embedded Linux library source code
is available on the same top level directory as the source code:

	.
	|--- ell
	|    |--- ell
	|    `--- unit
	`--- bluez
	     |--- src
	     `--- tools

It is not required to build or install Embedded Linux library. The build
will happen when building the binaries and it will then be linked internally.

When using --enable-external-ell build option, it is not required that the
Embedded Linux library source code is available in the top level directory.

When neither --enable-mesh nor --enable-btpclient is specified, then this
part is irrelevant and Embedded Linux library is not required.


Kernel Build Options (for Mesh)
===============================

The Mesh daemon uses kernel provided crypto utilities to perform security
functions required of Bluetooth Mesh. Many standard distributions currently
enable all required crypto features, but a few notable distributions do
not.

If Mesh Cryptography is not working, the following configuration options
may need to be enabled, and the kernel rebuilt.

1. A minimum of kernel version 4.9 or later is required

2. The kernel must at a minimum have the following .config options turned on:
	CONFIG_CRYPTO_USER
	CONFIG_CRYPTO_USER_API
	CONFIG_CRYPTO_USER_API_AEAD
	CONFIG_CRYPTO_USER_API_HASH

	CONFIG_CRYPTO_AES
	CONFIG_CRYPTO_CCM
	CONFIG_CRYPTO_AEAD
	CONFIG_CRYPTO_CMAC


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