• Home
Name
Date
Size
#Lines
LOC

..--

attrib/03-May-2024-6,3634,762

audio/03-May-2024-37,61528,565

btio/03-May-2024-2,4732,007

common/03-May-2024-205146

compat/03-May-2024-6,0644,644

cups/03-May-2024-1,5241,115

doc/03-May-2024-3,0372,035

gdbus/03-May-2024-2,7632,037

health/03-May-2024-8,5516,508

input/03-May-2024-3,0762,237

lib/03-May-2024-13,89610,399

network/03-May-2024-3,1702,328

plugins/03-May-2024-9,0926,664

sap/03-May-2024-2,1821,546

sbc/03-May-2024-6,1034,627

scripts/03-May-2024-11278

serial/03-May-2024-2,2281,595

src/03-May-2024-20,17614,424

test/03-May-2024-14,16110,911

tools/03-May-2024-29,74422,841

tracer/03-May-2024-15395

.gitignoreD03-May-20241.1 KiB9186

.mailmapD03-May-2024521 87

AUTHORSD03-May-20242.2 KiB5756

Android.mkD03-May-2024680 193

COPYINGD03-May-202417.6 KiB341281

COPYING.LIBD03-May-202425.8 KiB

ChangeLogD03-May-202460.1 KiB1,6301,458

CleanSpec.mkD03-May-20242.5 KiB544

INSTALLD03-May-20249.3 KiB237179

MODULE_LICENSE_GPLD03-May-20240

Makefile.amD03-May-202410.6 KiB418307

Makefile.toolsD03-May-20246.3 KiB252175

NEWSD03-May-20240

NOTICED03-May-202445.9 KiB904754

READMED03-May-20241,000 3927

TODOD03-May-20248.4 KiB245180

ThirdPartyProject.propD03-May-2024223 1110

acinclude.m4D03-May-202412.7 KiB410342

bluez.pc.inD03-May-2024217 119

bootstrapD03-May-2024138 85

bootstrap-configureD03-May-2024676 3631

configure.acD03-May-20241.2 KiB6245

README

1BlueZ - Bluetooth protocol stack for Linux
2******************************************
3
4Copyright (C) 2000-2001  Qualcomm Incorporated
5Copyright (C) 2002-2003  Maxim Krasnyansky <maxk@qualcomm.com>
6Copyright (C) 2002-2010  Marcel Holtmann <marcel@holtmann.org>
7
8
9Compilation and installation
10============================
11
12In order to compile Bluetooth utilities you need following software packages:
13	- Linux Bluetooth protocol stack (BlueZ)
14	- GCC compiler
15	- D-Bus library
16	- GLib library
17	- USB library (optional)
18	- Lexical Analyzer (flex, lex)
19	- YACC (yacc, bison, byacc)
20
21To configure run:
22	./configure --prefix=/usr --mandir=/usr/share/man \
23		--sysconfdir=/etc --localstatedir=/var --libexecdir=/lib
24
25Configure automatically searches for all required components and packages.
26
27To compile and install run:
28	make && make install
29
30
31Information
32===========
33
34Mailing lists:
35	linux-bluetooth@vger.kernel.org
36
37For additional information about the project visit BlueZ web site:
38	http://www.bluez.org
39