btstack.h (fc975d0e06abb00b1a0fb0ad0ca67eed0cb0a0eb) btstack.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

--- 45 unchanged lines hidden (view full) ---

54#include "bluetooth_gatt.h"
55#include "bluetooth_sdp.h"
56#include "btstack_audio.h"
57#include "btstack_control.h"
58#include "btstack_crypto.h"
59#include "btstack_debug.h"
60#include "btstack_defines.h"
61#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

--- 45 unchanged lines hidden (view full) ---

54#include "bluetooth_gatt.h"
55#include "bluetooth_sdp.h"
56#include "btstack_audio.h"
57#include "btstack_control.h"
58#include "btstack_crypto.h"
59#include "btstack_debug.h"
60#include "btstack_defines.h"
61#include "btstack_event.h"
62#include "btstack_hid.h"
62#include "btstack_hid_parser.h"
63#include "btstack_linked_list.h"
64#include "btstack_memory.h"
65#include "btstack_memory_pool.h"
66#include "btstack_network.h"
67#include "btstack_run_loop.h"
68#include "btstack_stdin.h"
69#include "btstack_util.h"
70#include "gap.h"
71#include "hci.h"
72#include "hci_cmd.h"
73#include "hci_dump.h"
74#include "hci_transport.h"
63#include "btstack_hid_parser.h"
64#include "btstack_linked_list.h"
65#include "btstack_memory.h"
66#include "btstack_memory_pool.h"
67#include "btstack_network.h"
68#include "btstack_run_loop.h"
69#include "btstack_stdin.h"
70#include "btstack_util.h"
71#include "gap.h"
72#include "hci.h"
73#include "hci_cmd.h"
74#include "hci_dump.h"
75#include "hci_transport.h"
75#include "hid.h"
76#include "l2cap.h"
77#include "l2cap_signaling.h"
78
79#ifdef ENABLE_BLE
80#include "ble/att_db.h"
81#include "ble/att_db_util.h"
82#include "ble/att_dispatch.h"
83#include "ble/att_server.h"

--- 89 unchanged lines hidden ---
76#include "l2cap.h"
77#include "l2cap_signaling.h"
78
79#ifdef ENABLE_BLE
80#include "ble/att_db.h"
81#include "ble/att_db_util.h"
82#include "ble/att_dispatch.h"
83#include "ble/att_server.h"

--- 89 unchanged lines hidden ---