Go to file
David Herrmann 5408e11b6b Replace batostr() with ba2str() to avoid memleaks
batostr() returns dynamically allocated strings. Replace it with
ba2str() wherever possible to avoid heap allocations and fix memleaks.
2011-02-18 12:01:12 -03:00
attrib Add Primary Discovery Services option to interactive gatttool 2011-02-18 11:52:44 -03:00
audio Fix no SEP if corresponding interface is disabled 2011-02-17 15:34:26 -03:00
btio Get mode option for L2CAP sockets 2010-10-18 17:14:53 +03:00
compat Replace batostr() with ba2str() to avoid memleaks 2011-02-18 12:01:12 -03:00
cups Fix coding style issues in CUPS code 2010-09-01 21:45:16 +03:00
doc mgmt: Add User Confirmation request support 2011-02-16 22:47:25 +02:00
gdbus gdbus: Remove root node 'name' attribute in introspection 2011-01-19 20:36:47 +05:30
health HDP: reject MDL reconnection with different MTU 2011-01-28 18:07:55 +02:00
input Fix HID channel reference count issues 2011-02-07 15:27:03 -08:00
lib Use memcpy for network to host order function on BE hosts 2011-02-17 15:51:58 -03:00
network Fix use of deprecated glib on network plugin 2011-01-19 13:54:17 +02:00
plugins Move SSP auto-accept handling completely inside hciops 2011-02-17 11:31:35 -03:00
sbc sbc: detect when bitpool has changed 2010-12-23 00:43:22 +02:00
scripts Also run bluetoothd on udev change events 2010-09-22 22:26:02 +03:00
serial Fix use of deprecated glib on serial plugin 2011-01-19 14:10:05 +02:00
src Fix Device Name Characteristic 2011-02-17 15:35:58 -03:00
test Replace batostr() with ba2str() to avoid memleaks 2011-02-18 12:01:12 -03:00
tools hcitool: Add bdaddr type option to lecc 2011-02-11 14:07:22 -08:00
tracer Add manual log to hcitrace 2010-05-21 10:44:29 +02:00
.gitignore Fix the bluetooth.ver.in screwup 2010-10-06 14:11:53 +02:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 Include check to readline lib on acinlude.m4 2011-02-15 14:17:22 -03:00
AUTHORS Add INdT developers in AUTHORS 2010-10-15 16:54:39 +03: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 Enable Health and Attribute plugins for testing 2010-10-06 10:19:59 +02:00
ChangeLog Release 4.88 2011-02-13 18:02:43 -08:00
configure.ac Add an initial interactive mode to gatttool 2011-02-15 14:17:37 -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
INSTALL Big cleanup of CVS relics 2005-10-29 19:25:42 +00:00
Makefile.am Move do_connect() to a common file between interactive.c and gatttool.c 2011-02-17 15:48:43 -03:00
Makefile.tools rename: tools/main.c to tools/rfcomm.c 2011-02-04 06:55:46 +02:00
NEWS Initial revision 2002-03-08 21:10:06 +00:00
README Update copyright information 2010-01-01 17:08:17 -08:00
TODO TODO: Start Discover All Primary Services after SDP if necessary 2011-01-05 14:12:07 +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:
	- Linux Bluetooth protocol stack (BlueZ)
	- GCC compiler
	- D-Bus library
	- GLib library
	- USB library (optional)
	- Lexical Analyzer (flex, lex)
	- YACC (yacc, bison, byacc)

To configure run:
	./configure --prefix=/usr --mandir=/usr/share/man \
		--sysconfdir=/etc --localstatedir=/var --libexecdir=/lib

Configure automatically searches for all required components and packages.

To compile and install run:
	make && make install


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

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

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