Go to file
2005-01-27 20:26:31 +00:00
cups Add memset() to different places to initialize the structures 2004-12-25 17:43:16 +00:00
dund Enable the RFCOMM service level security 2005-01-23 19:44:12 +00:00
extra Check for usb_get_busses() and usb_interrupt_read() 2004-08-12 13:17:11 +00:00
hcid Cleanup the syslog messages 2005-01-27 17:47:33 +00:00
hidd Fix garbled name section 2005-01-14 08:32:38 +00:00
pand Add memset() to different places to initialize the structures 2004-12-25 17:43:16 +00:00
pcmcia Add Sitecom CN-504 Bluetooth PCMCIA card 2005-01-11 18:46:46 +00:00
rfcomm Fix a bug when connected to a device from the config file 2004-11-21 16:56:03 +00:00
scripts Make the installation of the init scripts and bluepin optional 2004-08-12 12:47:37 +00:00
sdpd Add memset() to different places to initialize the structures 2004-12-25 17:43:16 +00:00
test Cleanup the socket handling 2005-01-27 20:26:31 +00:00
tools Add the build ids for the sniffer firmwares 2005-01-26 03:15:10 +00:00
acinclude.m4 Check for sdp_connect() in -lbluetooth first 2004-12-08 12:03:47 +00:00
AUTHORS Remove autoconf and automake specific files and update others 2004-03-31 17:23:00 +00:00
bootstrap Don't use --force-missing 2004-07-15 18:26:55 +00:00
ChangeLog Update changelog and bump version number 2005-01-14 00:16:54 +00:00
configure.in Update changelog and bump version number 2005-01-14 00:16:54 +00:00
COPYING Update COPYING and INSTALL from automake-1.7 2004-07-19 09:56:19 +00:00
INSTALL Update COPYING and INSTALL from automake-1.7 2004-07-19 09:56:19 +00:00
Makefile.am Remove RPM spec file 2004-07-29 09:27:17 +00:00
NEWS Initial revision 2002-03-08 21:12:35 +00:00
README The USB library is needed for hid2hci and bcm203x 2004-07-29 09:47:31 +00: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-2004  Marcel Holtmann <marcel@holtmann.org>

Bluetooth utilities


1. Compilation and installation

In order to compile Bluetooth utilities you need following software packages:
	- Linux Bluetooth protocol stack (BlueZ)
	- GCC compiler
	- USB library
	- Lexical Analyzer (flex, lex)
	- YACC (yacc, bison, byacc)

To configure run:
	./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc
 
Configure automatically searches for all required components and packages. 

To compile and install run:
	make install


2. Information

Mailing lists:
	bluez-users@lists.sf.net - BlueZ general questions and discussions
	bluez-devel@lists.sf.net - BlueZ development 

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