--- android/hog.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/android/hog.c b/android/hog.c index a18275e..9f64e41 100644 --- a/android/hog.c +++ b/android/hog.c @@ -31,13 +31,8 @@ #include <stdlib.h> #include <stdbool.h> #include <errno.h> -#include <unistd.h> -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> #include "lib/bluetooth.h" -#include "lib/sdp.h" #include "lib/uuid.h" #include "src/shared/util.h" @@ -64,9 +59,6 @@ #define HOG_PROTO_MODE_BOOT 0 #define HOG_PROTO_MODE_REPORT 1 -#define HOG_REPORT_MAP_MAX_SIZE 512 -#define HID_INFO_SIZE 4 - static const bt_uuid_t info_uuid = { .type = BT_UUID16, .value.u16 = 0x2A4A }; static const bt_uuid_t report_map_uuid = { .type = BT_UUID16, -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html