Go to file
Waldemar Rymarkiewicz e6c56d4e71 Add secure param to mgmt_ev_pin_code_request
Update mgmt interface with secure param in PIN code request event which
is part of secure PIN requirement implementation.
2011-04-28 23:00:20 +03:00
attrib Clean up ATT CID & PSM magic values & definititions 2011-04-26 21:13:49 +01:00
audio Fix format string warnings 2011-04-27 18:00:08 -07:00
btio Add BT_FLUSHABLE support to BtIO 2011-04-21 10:15:04 +03:00
compat pand: Fix for TP_BNEP_CTRL_BV_01_C qualification test 2011-03-10 11:00:37 +02:00
cups Fix coding style issues in CUPS code 2010-09-01 21:45:16 +03:00
doc Add secure param to mgmt_ev_pin_code_request 2011-04-28 23:00:20 +03:00
gdbus gdbus: Unconditionally remove D-Bus timeouts 2011-03-09 13:34:03 -08:00
health Fix include paths for health plugin 2011-04-01 16:43:33 +03:00
input Fix HID channel reference count issues 2011-02-07 15:27:03 -08:00
lib Add secure param to mgmt_ev_pin_code_request 2011-04-28 23:00:20 +03:00
network network: Fix for TP_BNEP_CTRL_BV_01_C qualification test 2011-03-14 17:10:38 +02:00
plugins Add support for store_hint in mgmt_ev_new_key 2011-04-28 23:00:15 +03:00
sap Add sap_disconnect_ind interface for sap-sim drivers 2011-04-09 11:10:28 -07:00
sbc sbc: better compatibility with ARM thumb/thumb2 2011-03-29 10:15:57 +03:00
scripts Update hid2hci tool from udev codebase 2011-04-28 12:54:31 -07:00
serial Fix use of deprecated glib on serial plugin 2011-01-19 14:10:05 +02:00
src Use HCI_MAX_EIR_LENGTH instead of hard-coded value 2011-04-27 16:25:02 -07:00
test Use HCI_MAX_EIR_LENGTH instead of hard-coded value 2011-04-27 16:25:02 -07:00
tools Fix minor coding style issues in hid2hci 2011-04-28 12:57:56 -07:00
tracer Add manual log to hcitrace 2010-05-21 10:44:29 +02:00
.gitignore Add uuidtest binary to gitignore list 2011-04-04 19:48:45 -07:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 Update hid2hci tool from udev codebase 2011-04-28 12:54:31 -07:00
AUTHORS Mention Brian's contributions 2011-02-20 12:14:10 -08: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 Remove deprecated attrib plugin 2011-04-01 16:43:11 +03:00
ChangeLog Release 4.92 2011-04-25 12:25:23 -07:00
configure.ac Update hid2hci tool from udev codebase 2011-04-28 12:54:31 -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 Update library version 2011-04-25 12:22:02 -07:00
Makefile.tools Update hid2hci tool from udev codebase 2011-04-28 12:54:31 -07: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: Add hard-coded PSM for GATT over basic rate 2011-04-14 20:12:18 +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:
	- 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