104626792SMatthias Ringwald // 204626792SMatthias Ringwald // btstack_config.h for SAMV71 + ATWILC3000 304626792SMatthias Ringwald // 404626792SMatthias Ringwald 5*36327e5aSMilanka Ringwald #ifndef BTSTACK_CONFIG_H 6*36327e5aSMilanka Ringwald #define BTSTACK_CONFIG_H 704626792SMatthias Ringwald 899e6df5dSMatthias Ringwald #define HAVE_BTSTACK_STDIN 9*36327e5aSMilanka Ringwald #define HAVE_EMBEDDED_TICK 10*36327e5aSMilanka Ringwald #define HAVE_INIT_SCRIPT 11*36327e5aSMilanka Ringwald #define HAVE_UART_DMA_SET_FLOWCONTROL 12fcae305fSMatthias Ringwald 1304626792SMatthias Ringwald #define ENABLE_BLE 140af04ee4SMatthias Ringwald #define ENABLE_LE_CENTRAL 15ff01079bSMatthias Ringwald #define ENABLE_LE_DATA_CHANNELS 16*36327e5aSMilanka Ringwald #define ENABLE_LE_PERIPHERAL 17*36327e5aSMilanka Ringwald #define ENABLE_LOG_ERROR 18*36327e5aSMilanka Ringwald #define ENABLE_LOG_INFO 1904626792SMatthias Ringwald 20d0ec3fbfSMatthias Ringwald #define HCI_ACL_PAYLOAD_SIZE 300 2104626792SMatthias Ringwald 2204626792SMatthias Ringwald // memory config 23d0ec3fbfSMatthias Ringwald 2455ab84a4SMatthias Ringwald #define MAX_NR_GATT_CLIENTS 1 2555ab84a4SMatthias Ringwald #define MAX_NR_GATT_SUBCLIENTS 1 2655ab84a4SMatthias Ringwald #define MAX_NR_HCI_CONNECTIONS 1 2704626792SMatthias Ringwald #define MAX_NR_LE_DEVICE_DB_ENTRIES 1 28d0ec3fbfSMatthias Ringwald #define MAX_NR_RFCOMM_CHANNELS 0 29d0ec3fbfSMatthias Ringwald #define MAX_NR_RFCOMM_MULTIPLEXERS 0 30d0ec3fbfSMatthias Ringwald #define MAX_NR_RFCOMM_SERVICES 0 31d0ec3fbfSMatthias Ringwald #define MAX_NR_SERVICE_RECORD_ITEMS 0 3255ab84a4SMatthias Ringwald #define MAX_NR_SM_LOOKUP_ENTRIES 1 3355ab84a4SMatthias Ringwald #define MAX_NR_WHITELIST_ENTRIES 1 3455ab84a4SMatthias Ringwald 3504626792SMatthias Ringwald #endif 3604626792SMatthias Ringwald 37