OSDN Git Service

Make android specific changes to bluez4.
authorJaikumar Ganesh <jaikumar@google.com>
Fri, 5 Jun 2009 00:52:15 +0000 (17:52 -0700)
committerJaikumar Ganesh <jaikumar@google.com>
Mon, 8 Jun 2009 23:53:57 +0000 (16:53 -0700)
commitaa93b6d97e0e13041ee0d1fe0e3c788d5cec9b51
treed9cc4187f5129e005fbe971b9776c9f6c355b2ee
parent472b6c12d47873740ccbd23a178a0cdbcd58fa88
Make android specific changes to bluez4.

a) Add Android.mk files
b) Change conf files
c) Add liba2dp.c
d) Some tweaks to get it to build.
41 files changed:
.gitignore
Android.mk [new file with mode: 0755]
audio/Android.mk [new file with mode: 0755]
audio/audio.conf
audio/control.c
audio/liba2dp.c [new file with mode: 0755]
audio/liba2dp.h [new file with mode: 0644]
common/Android.mk [new file with mode: 0755]
common/textfile.c
gdbus/Android.mk [new file with mode: 0755]
include/bluetooth/Makefile.am [moved from include/Makefile.am with 100% similarity]
include/bluetooth/bluetooth.h [moved from include/bluetooth.h with 100% similarity]
include/bluetooth/bnep.h [moved from include/bnep.h with 100% similarity]
include/bluetooth/cmtp.h [moved from include/cmtp.h with 100% similarity]
include/bluetooth/hci.h [moved from include/hci.h with 100% similarity]
include/bluetooth/hci_lib.h [moved from include/hci_lib.h with 100% similarity]
include/bluetooth/hidp.h [moved from include/hidp.h with 100% similarity]
include/bluetooth/l2cap.h [moved from include/l2cap.h with 100% similarity]
include/bluetooth/rfcomm.h [moved from include/rfcomm.h with 100% similarity]
include/bluetooth/sco.h [moved from include/sco.h with 100% similarity]
include/bluetooth/sdp.h [moved from include/sdp.h with 100% similarity]
include/bluetooth/sdp_lib.h [moved from include/sdp_lib.h with 100% similarity]
input/Android.mk [new file with mode: 0755]
lib/Android.mk [new file with mode: 0755]
plugins/Android.mk [new file with mode: 0755]
plugins/builtin.h [new file with mode: 0644]
rfcomm/Android.mk [new file with mode: 0755]
rfcomm/lexer.c [new file with mode: 0644]
rfcomm/parser.c [new file with mode: 0644]
rfcomm/parser.h [new file with mode: 0644]
src/Android.mk [new file with mode: 0755]
src/device.c
src/hcid.conf
src/main.conf
src/sdpd-server.c
src/sdpd.h
test/Android.mk [new file with mode: 0755]
test/hciemu.c
tools/Android.mk [new file with mode: 0755]
tools/hciattach.c
tools/hciattach_tialt.c