From 605efc4ac1776f2e959e06224cb99f0d0d8dba19 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 23 Dec 2016 13:28:36 +0200 Subject: 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. --- android/hidhost.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'android') 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" -- cgit v1.2.1