hid_host.c (f3a32fdcb9900fa034530ba569b2421a14983887) | hid_host.c (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 --- 30 unchanged lines hidden (view full) --- 39 40#include <string.h> 41 42#include "bluetooth.h" 43#include "bluetooth_psm.h" 44#include "bluetooth_sdp.h" 45#include "btstack_debug.h" 46#include "btstack_event.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 --- 30 unchanged lines hidden (view full) --- 39 40#include <string.h> 41 42#include "bluetooth.h" 43#include "bluetooth_psm.h" 44#include "bluetooth_sdp.h" 45#include "btstack_debug.h" 46#include "btstack_event.h" |
47#include "btstack_hid.h" |
|
47#include "btstack_hid_parser.h" 48#include "btstack_memory.h" | 48#include "btstack_hid_parser.h" 49#include "btstack_memory.h" |
49#include "hid.h" | |
50#include "l2cap.h" 51 52#include "classic/hid_host.h" 53#include "classic/sdp_util.h" 54#include "classic/sdp_client.h" 55 56#define MAX_ATTRIBUTE_VALUE_SIZE 300 57 --- 1184 unchanged lines hidden --- | 50#include "l2cap.h" 51 52#include "classic/hid_host.h" 53#include "classic/sdp_util.h" 54#include "classic/sdp_client.h" 55 56#define MAX_ATTRIBUTE_VALUE_SIZE 300 57 --- 1184 unchanged lines hidden --- |