104626792SMatthias Ringwald // 204626792SMatthias Ringwald // btstack_config.h for SAMV71 + ATWILC3000 304626792SMatthias Ringwald // 404626792SMatthias Ringwald 504626792SMatthias Ringwald #ifndef __BTSTACK_CONFIG 604626792SMatthias Ringwald #define __BTSTACK_CONFIG 704626792SMatthias Ringwald 804626792SMatthias Ringwald #define HAVE_INIT_SCRIPT 904626792SMatthias Ringwald #define HAVE_EMBEDDED_TICK 1004626792SMatthias Ringwald #define HAVE_UART_DMA_SET_FLOWCONTROL 1104626792SMatthias Ringwald 1204626792SMatthias Ringwald #define ENABLE_BLE 1304626792SMatthias Ringwald #define ENABLE_CLASSIC 1404626792SMatthias Ringwald 1504626792SMatthias Ringwald #define ENABLE_LOG_INFO 1604626792SMatthias Ringwald #define ENABLE_LOG_ERROR 1704626792SMatthias Ringwald #define ENABLE_LE_PERIPHERAL 18*0af04ee4SMatthias Ringwald #define ENABLE_LE_CENTRAL 1904626792SMatthias Ringwald 2004626792SMatthias Ringwald #define HCI_ACL_PAYLOAD_SIZE 1021 2104626792SMatthias Ringwald 2204626792SMatthias Ringwald // memory config 2304626792SMatthias Ringwald #define MAX_NR_HCI_CONNECTIONS 1 2404626792SMatthias Ringwald #define MAX_NR_L2CAP_SERVICES 2 2504626792SMatthias Ringwald #define MAX_NR_L2CAP_CHANNELS 2 2604626792SMatthias Ringwald #define MAX_NR_RFCOMM_MULTIPLEXERS 1 2704626792SMatthias Ringwald #define MAX_NR_RFCOMM_SERVICES 2 2804626792SMatthias Ringwald #define MAX_NR_RFCOMM_CHANNELS 1 2904626792SMatthias Ringwald #define MAX_NR_DB_MEM_DEVICE_LINK_KEYS 2 3004626792SMatthias Ringwald #define MAX_NR_DB_MEM_SERVICES 1 3104626792SMatthias Ringwald #define MAX_NR_SM_LOOKUP_ENTRIES 1 3204626792SMatthias Ringwald #define MAX_NR_SERVICE_RECORD_ITEMS 2 3304626792SMatthias Ringwald #define MAX_NR_LE_DEVICE_DB_ENTRIES 1 3404626792SMatthias Ringwald 3504626792SMatthias Ringwald #endif 3604626792SMatthias Ringwald 37