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. --- unit/test-hog.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'unit') diff --git a/unit/test-hog.c b/unit/test-hog.c index 9f026e593..d117968f4 100644 --- a/unit/test-hog.c +++ b/unit/test-hog.c @@ -32,8 +32,14 @@ #include +#include "lib/bluetooth.h" +#include "lib/uuid.h" + #include "src/shared/util.h" #include "src/shared/tester.h" +#include "src/shared/queue.h" +#include "src/shared/att.h" +#include "src/shared/gatt-db.h" #include "attrib/gattrib.h" -- cgit v1.2.1