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 10d0755cd6SMatthias 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 22*bba2e72aSMatthias Ringwald // #define ENABLE_LE_SECURE_CONNECTIONS 237907f069SMatthias Ringwald 242539bee6SMatthias Ringwald // BTstack configuration. buffers, sizes, ... 257907f069SMatthias Ringwald #define HCI_ACL_PAYLOAD_SIZE 52 267907f069SMatthias Ringwald #define HCI_INCOMING_PRE_BUFFER_SIZE 4 277907f069SMatthias Ringwald 287907f069SMatthias Ringwald #endif 29