• Home
Name Date Size #Lines LOC

..--

parser/03-May-2024-13,19410,804

src/03-May-2024-1,9761,597

.gitignoreD03-May-2024206 2220

.mailmapD03-May-202470 21

AUTHORSD03-May-2024222 76

Android.mkD03-May-2024752 4436

COPYINGD03-May-202417.6 KiB341281

ChangeLogD03-May-20247.6 KiB292234

CleanSpec.mkD03-May-20242.2 KiB500

INSTALLD03-May-20249.3 KiB237179

Makefile.amD03-May-20241 KiB5035

NEWSD03-May-20240

READMED03-May-2024798 3421

acinclude.m4D03-May-2024683 2725

bootstrapD03-May-202494 74

bootstrap-configureD03-May-2024194 128

configure.inD03-May-2024853 4230

README

1BlueZ - Bluetooth protocol stack for Linux
2******************************************
3
4Copyright (C) 2000-2002  Maxim Krasnyansky <maxk@qualcomm.com>
5Copyright (C) 2003-2011  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	linux-bluetooth@vger.kernel.org
31
32For additional information about the project visit BlueZ web site:
33	http://www.bluez.org
34