mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-05 00:40:19 +00:00
hid: move hid.h to src folder
This commit is contained in:
parent
ca0e2e7e9f
commit
f3a32fdcb9
@ -43,7 +43,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
#include "classic/hid.h"
|
||||
#include "hid.h"
|
||||
#include "btstack_defines.h"
|
||||
|
||||
/* API_START */
|
||||
|
@ -72,6 +72,7 @@
|
||||
#include "hci_cmd.h"
|
||||
#include "hci_dump.h"
|
||||
#include "hci_transport.h"
|
||||
#include "hid.h"
|
||||
#include "l2cap.h"
|
||||
#include "l2cap_signaling.h"
|
||||
|
||||
@ -124,7 +125,6 @@
|
||||
#include "classic/hfp.h"
|
||||
#include "classic/hfp_ag.h"
|
||||
#include "classic/hfp_hf.h"
|
||||
#include "classic/hid.h"
|
||||
#include "classic/hid_device.h"
|
||||
#include "classic/hid_host.h"
|
||||
#include "classic/hsp_ag.h"
|
||||
|
@ -42,7 +42,7 @@
|
||||
#include "btstack_defines.h"
|
||||
#include "bluetooth.h"
|
||||
#include "btstack_hid_parser.h"
|
||||
#include "classic/hid.h"
|
||||
#include "hid.h"
|
||||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
|
@ -46,9 +46,9 @@
|
||||
#include "btstack_event.h"
|
||||
#include "btstack_hid_parser.h"
|
||||
#include "btstack_memory.h"
|
||||
#include "hid.h"
|
||||
#include "l2cap.h"
|
||||
|
||||
#include "classic/hid.h"
|
||||
#include "classic/hid_host.h"
|
||||
#include "classic/sdp_util.h"
|
||||
#include "classic/sdp_client.h"
|
||||
|
@ -42,7 +42,7 @@
|
||||
#include "btstack_defines.h"
|
||||
#include "bluetooth.h"
|
||||
#include "btstack_hid_parser.h"
|
||||
#include "classic/hid.h"
|
||||
#include "hid.h"
|
||||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user