• Home
Name Date Size #Lines LOC

..--

parser/03-May-2024-11,7399,561

src/03-May-2024-2,1181,711

AUTHORSD03-May-2024178 65

Android.mkD03-May-2024776 4537

COPYINGD03-May-202417.6 KiB341281

ChangeLogD03-May-20247.3 KiB283226

CleanSpec.mkD03-May-20242.2 KiB500

INSTALLD03-May-20249.3 KiB237179

Makefile.amD03-May-2024138 74

NEWSD03-May-20240

READMED03-May-2024882 3522

acinclude.m4D03-May-20242 KiB8366

bootstrapD03-May-202494 74

bootstrap-configureD03-May-2024191 128

configure.inD03-May-2024275 2314

README

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