hid_device.h (f3a32fdcb9900fa034530ba569b2421a14983887) | hid_device.h (3cbedd4337c5f865d4c28535558ba1f75f168a17) |
---|---|
1/* 2 * Copyright (C) 2014 BlueKitchen GmbH 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 27 unchanged lines hidden (view full) --- 36 */ 37 38#ifndef HID_DEVICE_H 39#define HID_DEVICE_H 40 41#include <stdint.h> 42#include "btstack_defines.h" 43#include "bluetooth.h" | 1/* 2 * Copyright (C) 2014 BlueKitchen GmbH 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 27 unchanged lines hidden (view full) --- 36 */ 37 38#ifndef HID_DEVICE_H 39#define HID_DEVICE_H 40 41#include <stdint.h> 42#include "btstack_defines.h" 43#include "bluetooth.h" |
44#include "btstack_hid.h" |
|
44#include "btstack_hid_parser.h" | 45#include "btstack_hid_parser.h" |
45#include "hid.h" | |
46 47#if defined __cplusplus 48extern "C" { 49#endif 50 51/* API_START */ 52 53/** --- 118 unchanged lines hidden --- | 46 47#if defined __cplusplus 48extern "C" { 49#endif 50 51/* API_START */ 52 53/** --- 118 unchanged lines hidden --- |