xref: /btstack/test/btstack_config.h (revision d0755cd68c7d82f6713367799f0b509019f3d942)
12539bee6SMatthias Ringwald //
22539bee6SMatthias Ringwald // btstack_config.h for Arduino port
32539bee6SMatthias Ringwald //
47907f069SMatthias Ringwald 
52539bee6SMatthias Ringwald #ifndef __BTSTACK_CONFIG
62539bee6SMatthias Ringwald #define __BTSTACK_CONFIG
72539bee6SMatthias Ringwald 
82539bee6SMatthias Ringwald // Port related features
97907f069SMatthias Ringwald #define HAVE_INIT_SCRIPT
10*d0755cd6SMatthias Ringwald #define HAVE_POSIX_TIME
112539bee6SMatthias Ringwald #define HAVE_MALLOC
122539bee6SMatthias Ringwald 
132539bee6SMatthias Ringwald // BTstack features that can be enabled
147907f069SMatthias Ringwald #define ENABLE_BLE
15532bc034SMatthias Ringwald #define ENABLE_CLASSIC
167907f069SMatthias Ringwald #define ENABLE_LOG_DEBUG
177907f069SMatthias Ringwald #define ENABLE_LOG_ERROR
182539bee6SMatthias Ringwald #define ENABLE_LOG_INFO
192539bee6SMatthias Ringwald #define ENABLE_LOG_INTO_HCI_DUMP
202539bee6SMatthias Ringwald #define ENABLE_SDP_DES_DUMP
217907f069SMatthias Ringwald #define ENABLE_SDP_EXTRA_QUERIES
227907f069SMatthias Ringwald 
232539bee6SMatthias Ringwald // BTstack configuration. buffers, sizes, ...
247907f069SMatthias Ringwald #define HCI_ACL_PAYLOAD_SIZE 52
257907f069SMatthias Ringwald #define HCI_INCOMING_PRE_BUFFER_SIZE 4
267907f069SMatthias Ringwald 
277907f069SMatthias Ringwald #endif
28