btstack.h (d40c9ac6cf1a34ffc9b2aba4e96744f8a621b6b1) btstack.h (36cf8ec8a23f5e79b1f5809cb14d51e1791a97ea)
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

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

41 */
42
43
44#ifndef __BTSTACK_H
45#define __BTSTACK_H
46
47#include "btstack_config.h"
48
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

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

41 */
42
43
44#ifndef __BTSTACK_H
45#define __BTSTACK_H
46
47#include "btstack_config.h"
48
49#include "ad_parser.h"
49#include "bluetooth.h"
50#include "bluetooth.h"
51#include "bluetooth_company_id.h"
50#include "bluetooth_data_types.h"
51#include "bluetooth_gatt.h"
52#include "bluetooth_sdp.h"
52#include "bluetooth_data_types.h"
53#include "bluetooth_gatt.h"
54#include "bluetooth_sdp.h"
53#include "bluetooth_company_id.h"
54#include "ad_parser.h"
55#include "btstack_control.h"
56#include "btstack_debug.h"
55#include "btstack_control.h"
56#include "btstack_debug.h"
57#include "btstack_event.h"
58#include "btstack_defines.h"
57#include "btstack_defines.h"
58#include "btstack_event.h"
59#include "btstack_linked_list.h"
60#include "btstack_memory.h"
61#include "btstack_memory_pool.h"
62#include "btstack_run_loop.h"
59#include "btstack_linked_list.h"
60#include "btstack_memory.h"
61#include "btstack_memory_pool.h"
62#include "btstack_run_loop.h"
63#include "btstack_stdin.h"
63#include "btstack_util.h"
64#include "gap.h"
65#include "hci.h"
66#include "hci_cmd.h"
67#include "hci_dump.h"
68#include "hci_transport.h"
69#include "l2cap.h"
70#include "l2cap_signaling.h"

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

76#include "ble/att_dispatch.h"
77#include "ble/att_server.h"
78#include "ble/gatt_client.h"
79#include "ble/le_device_db.h"
80#include "ble/sm.h"
81#endif
82
83// #ifdef ENABLE_CLASSIC
64#include "btstack_util.h"
65#include "gap.h"
66#include "hci.h"
67#include "hci_cmd.h"
68#include "hci_dump.h"
69#include "hci_transport.h"
70#include "l2cap.h"
71#include "l2cap_signaling.h"

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

77#include "ble/att_dispatch.h"
78#include "ble/att_server.h"
79#include "ble/gatt_client.h"
80#include "ble/le_device_db.h"
81#include "ble/sm.h"
82#endif
83
84// #ifdef ENABLE_CLASSIC
85#include "classic/a2dp_sink.h"
86#include "classic/a2dp_source.h"
87#include "classic/avdtp.h"
88#include "classic/avdtp_acceptor.h"
89#include "classic/avdtp_initiator.h"
90#include "classic/avdtp_sink.h"
91#include "classic/avdtp_source.h"
92#include "classic/avrcp.h"
84#include "classic/bnep.h"
85#include "classic/btstack_link_key_db.h"
86#include "classic/device_id_server.h"
87#include "classic/hfp.h"
88#include "classic/hfp_ag.h"
89#include "classic/hfp_hf.h"
90#include "classic/hid_device.h"
91#include "classic/hsp_ag.h"

--- 12 unchanged lines hidden ---
93#include "classic/bnep.h"
94#include "classic/btstack_link_key_db.h"
95#include "classic/device_id_server.h"
96#include "classic/hfp.h"
97#include "classic/hfp_ag.h"
98#include "classic/hfp_hf.h"
99#include "classic/hid_device.h"
100#include "classic/hsp_ag.h"

--- 12 unchanged lines hidden ---