|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| include/ | | 03-May-2024 | - | 4,429 | 3,101 |
| src/ | | 03-May-2024 | - | 7,835 | 6,035 |
| AUTHORS | D | 03-May-2024 | 119 | 4 | 3 |
| Android.mk | D | 03-May-2024 | 241 | 17 | 11 |
| ChangeLog | D | 03-May-2024 | 8.5 KiB | 337 | 265 |
| INSTALL | D | 03-May-2024 | 9.3 KiB | 237 | 179 |
| Makefile.am | D | 03-May-2024 | 360 | 19 | 10 |
| Makefile.in | D | 03-May-2024 | 21.6 KiB | 691 | 606 |
| NEWS | D | 03-May-2024 | 0 | | |
| NOTICE | D | 03-May-2024 | 14.8 KiB | 281 | 237 |
| README | D | 03-May-2024 | 900 | 36 | 23 |
| acinclude.m4 | D | 03-May-2024 | 1.9 KiB | 77 | 61 |
| aclocal.m4 | D | 03-May-2024 | 262.3 KiB | 7,479 | 6,716 |
| bluez.m4 | D | 03-May-2024 | 1.2 KiB | 41 | 32 |
| bluez.pc.in | D | 03-May-2024 | 217 | 11 | 9 |
| config.guess | D | 03-May-2024 | 43.5 KiB | 1,517 | 1,305 |
| config.h.in | D | 03-May-2024 | 1.5 KiB | 59 | 39 |
| config.sub | D | 03-May-2024 | 32 KiB | 1,627 | 1,483 |
| configure | D | 03-May-2024 | 328.8 KiB | 11,119 | 8,970 |
| configure.in | D | 03-May-2024 | 355 | 25 | 15 |
| depcomp | D | 03-May-2024 | 17.4 KiB | 590 | 375 |
| install-sh | D | 03-May-2024 | 13.3 KiB | 520 | 344 |
| ltmain.sh | D | 03-May-2024 | 194.3 KiB | 6,931 | 5,475 |
| missing | D | 03-May-2024 | 10.9 KiB | 368 | 275 |
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-2008 Marcel Holtmann <marcel@holtmann.org>
7
8Bluetooth libraries
9
10
11Compilation and installation
12============================
13
14In order to compile Bluetooth libraries you need following software packages:
15 - Linux Bluetooth protocol stack (BlueZ)
16 - GCC compiler
17
18To configure run:
19 ./configure --prefix=/usr
20
21Configure automatically searches for all required components and packages.
22
23To compile and install run:
24 make && make install
25
26
27Information
28===========
29
30Mailing lists:
31 bluez-users@lists.sf.net - BlueZ general questions and discussions
32 bluez-devel@lists.sf.net - BlueZ development
33
34For additional information about the project visit BlueZ web site:
35 http://www.bluez.org
36