Commit Graph

13 Commits

Author SHA1 Message Date
Szymon Janc
a54747586e android: Rename hid.c to hidhost.c
Name of daemon implementation will match Android HAL name. This will
make code navigation easier as daemon part and HAL library implementation
will be in foo.c and hal-foo.c respectively.
2013-11-07 18:44:57 +02:00
Szymon Janc
f42a2bafa3 android/hal: Rename hal-av.c to hal-a2dp.c
Name of HAL implementation will match Android HAL name. This will make
code navigation easier as daemon part and HAL library implementation
will be in foo.c and hal-foo.c respectively.
2013-11-07 17:58:54 +02:00
Johan Hedberg
48eb05b0b0 android: Remove useless device.{c,h} files 2013-11-06 16:39:55 +02:00
Luiz Augusto von Dentz
8e955dfd82 android: Add initial skeleton for pan in the daemon 2013-11-04 21:12:40 +02:00
Luiz Augusto von Dentz
5daffcb642 android: Add initial skeleton for a2dp in the daemon 2013-11-04 21:12:23 +02:00
Jerzy Kasenberg
bd75bd816e android: Bump PLATFORM_SDK_VERSION to KitKat
This updates PLATFORM_SDK_VERSION to 19 since
bluetooth headers were updated already.
2013-11-04 12:15:45 +02:00
Ravi kumar Veeramally
8e423452a2 android/hid: Fetch record before attempting to connect
This patch fetch HID record and store the information needed by uHID.
2013-11-01 11:13:07 +02:00
Marcel Holtmann
2978367ae0 android: Add system-emulator for wrapping daemon start 2013-10-31 09:51:29 -07:00
Jakub Tyszkowski
509ca56c47 android: Add device discovery mgmt event handling
This patch provides basic handling of device found events from management
interface. Temporary device adress list is being used to determine which
devices has already been reported and device property changed event should
be sent instead of device found event.
2013-10-31 16:47:35 +02:00
Jerzy Kasenberg
5c26c130f1 android/client: Add skeleton for GATT interface
This patch adds empty functions for all gatt methods
and callbacks.
2013-10-31 15:57:14 +02:00
Jerzy Kasenberg
ea1347cf44 android/client: Define Android version for host
This patch defines PLATFORM_SDK_VERSION like it is handled in
Android.mk. This value corresponds to current copy of headers
from Android committed to bluez.
2013-10-30 17:04:33 +02:00
Szymon Janc
5ff30dbe65 android: Add README file with instructions
This file cotains help on how BlueZ for Android should be build, run
and test. Some hints and examples on how BlueZ can be intergrated into
Android are present as well.
2013-10-30 11:15:21 +02:00
Szymon Janc
806721a4cb build: Move Makefile.android to android/Makefile.am
This will keep all Android related changes within android directory.
2013-10-29 14:06:35 +02:00