Home | History | Annotate | only in /external/bluetooth/hcidump
Up to higher level directory
NameDateSize
acinclude.m419-Dec-20102K
Android.mk19-Dec-2010776
AUTHORS19-Dec-2010178
bootstrap19-Dec-201094
bootstrap-configure19-Dec-2010191
ChangeLog19-Dec-20107.3K
CleanSpec.mk19-Dec-20102.2K
configure.in19-Dec-2010275
COPYING19-Dec-201017.6K
INSTALL19-Dec-20109.3K
Makefile.am19-Dec-2010138
NEWS19-Dec-20100
parser/19-Dec-2010
README19-Dec-2010882
src/19-Dec-2010

README

      1 BlueZ - Bluetooth protocol stack for Linux
      2 ******************************************
      3 
      4 Copyright (C) 2000-2002  Maxim Krasnyansky <maxk (a] qualcomm.com>
      5 Copyright (C) 2003-2007  Marcel Holtmann <marcel (a] holtmann.org>
      6 
      7 Bluetooth packet analyzer
      8 
      9 
     10 Compilation and installation
     11 ============================
     12 
     13 In order to compile Bluetooth analyzer you need following software packages:
     14 	- Linux Bluetooth protocol stack (BlueZ)
     15 	- GCC compiler
     16 
     17 To configure run:
     18 	./configure --prefix=/usr --mandir=/usr/share/man
     19  
     20 Configure automatically searches for all required components and packages. 
     21 
     22 To compile and install run:
     23 	make && make install
     24 
     25 
     26 Information
     27 ===========
     28 
     29 Mailing lists:
     30 	bluez-users (a] lists.sf.net - BlueZ general questions and discussions
     31 	bluez-devel (a] lists.sf.net - BlueZ development 
     32 
     33 For additional information about the project visit BlueZ web site:
     34 	http://www.bluez.org
     35