summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-12-23 13:28:36 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-12-29 15:17:25 +0200
commit605efc4ac1776f2e959e06224cb99f0d0d8dba19 (patch)
treeae167467e261594bb69ace07bc873395a32fa6ee /android
parent42bf2a760b41a281a97c8d7fdeeb74c19b655414 (diff)
downloadbluez-605efc4ac1776f2e959e06224cb99f0d0d8dba19.tar.gz
input/hog-lib: Add support to gatt-db
This add support of passing a gatt-db to avoid having to discover the services again, this should also make it easier to port to bt_gatt_client once Android code support it.
Diffstat (limited to 'android')
-rw-r--r--android/hidhost.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/hidhost.c b/android/hidhost.c
index 591ca95a1..fe0ea2f61 100644
--- a/android/hidhost.c
+++ b/android/hidhost.c
@@ -38,9 +38,13 @@
#include "lib/bluetooth.h"
#include "lib/sdp.h"
#include "lib/sdp_lib.h"
+#include "lib/uuid.h"
#include "src/shared/mgmt.h"
#include "src/shared/util.h"
#include "src/shared/uhid.h"
+#include "src/shared/queue.h"
+#include "src/shared/att.h"
+#include "src/shared/gatt-db.h"
#include "src/sdp-client.h"
#include "src/uuid-helper.h"
#include "src/log.h"