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 1199e6df5dSMatthias Ringwald #define HAVE_BTSTACK_STDIN 12fcae305fSMatthias Ringwald 1304626792SMatthias Ringwald #define ENABLE_BLE 1404626792SMatthias Ringwald #define ENABLE_LOG_INFO 1504626792SMatthias Ringwald #define ENABLE_LOG_ERROR 1604626792SMatthias Ringwald #define ENABLE_LE_PERIPHERAL 170af04ee4SMatthias Ringwald #define ENABLE_LE_CENTRAL 1804626792SMatthias Ringwald 19*d0ec3fbfSMatthias Ringwald #define HCI_ACL_PAYLOAD_SIZE 300 2004626792SMatthias Ringwald 2104626792SMatthias Ringwald // memory config 22*d0ec3fbfSMatthias Ringwald 2355ab84a4SMatthias Ringwald #define MAX_NR_GATT_CLIENTS 1 2455ab84a4SMatthias Ringwald #define MAX_NR_GATT_SUBCLIENTS 1 2555ab84a4SMatthias Ringwald #define MAX_NR_HCI_CONNECTIONS 1 2604626792SMatthias Ringwald #define MAX_NR_LE_DEVICE_DB_ENTRIES 1 27*d0ec3fbfSMatthias Ringwald #define MAX_NR_RFCOMM_CHANNELS 0 28*d0ec3fbfSMatthias Ringwald #define MAX_NR_RFCOMM_MULTIPLEXERS 0 29*d0ec3fbfSMatthias Ringwald #define MAX_NR_RFCOMM_SERVICES 0 30*d0ec3fbfSMatthias Ringwald #define MAX_NR_SERVICE_RECORD_ITEMS 0 3155ab84a4SMatthias Ringwald #define MAX_NR_SM_LOOKUP_ENTRIES 1 3255ab84a4SMatthias Ringwald #define MAX_NR_WHITELIST_ENTRIES 1 3355ab84a4SMatthias Ringwald 34*d0ec3fbfSMatthias Ringwald // no classic services 35*d0ec3fbfSMatthias Ringwald #define MAX_NR_AVDTP_CONNECTIONS 0 36*d0ec3fbfSMatthias Ringwald #define MAX_NR_AVDTP_STREAM_ENDPOINTS 0 37*d0ec3fbfSMatthias Ringwald #define MAX_NR_AVRCP_CONNECTIONS 0 38*d0ec3fbfSMatthias Ringwald #define MAX_NR_BNEP_CHANNELS 0 39*d0ec3fbfSMatthias Ringwald #define MAX_NR_BNEP_SERVICES 0 40*d0ec3fbfSMatthias Ringwald #define MAX_NR_DB_MEM_DEVICE_LINK_KEYS 0 41*d0ec3fbfSMatthias Ringwald #define MAX_NR_BTSTACK_LINK_KEY_DB_MEMORY_ENTRIES 0 42*d0ec3fbfSMatthias Ringwald #define MAX_NR_HFP_CONNECTIONS 0 43*d0ec3fbfSMatthias Ringwald #define MAX_NR_L2CAP_CHANNELS 0 44*d0ec3fbfSMatthias Ringwald #define MAX_NR_L2CAP_SERVICES 0 4504626792SMatthias Ringwald 4604626792SMatthias Ringwald #endif 4704626792SMatthias Ringwald 48