xref: /btstack/port/samv71-xplained-atwilc3000/btstack_config.h (revision e708f863ff0efb99975c34c0c09b6ff827f4c12c)
104626792SMatthias Ringwald //
204626792SMatthias Ringwald // btstack_config.h for SAMV71 + ATWILC3000
304626792SMatthias Ringwald //
4077fecbbSMilanka Ringwald // Documentation: https://bluekitchen-gmbh.com/btstack/#how_to/
5077fecbbSMilanka Ringwald //
604626792SMatthias Ringwald 
736327e5aSMilanka Ringwald #ifndef BTSTACK_CONFIG_H
836327e5aSMilanka Ringwald #define BTSTACK_CONFIG_H
904626792SMatthias Ringwald 
1099e6df5dSMatthias Ringwald #define HAVE_BTSTACK_STDIN
1136327e5aSMilanka Ringwald #define HAVE_EMBEDDED_TICK
1236327e5aSMilanka Ringwald #define HAVE_INIT_SCRIPT
1336327e5aSMilanka Ringwald #define HAVE_UART_DMA_SET_FLOWCONTROL
14fcae305fSMatthias Ringwald 
1504626792SMatthias Ringwald #define ENABLE_BLE
160af04ee4SMatthias Ringwald #define ENABLE_LE_CENTRAL
17b28dc800SMatthias Ringwald #define ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE
1836327e5aSMilanka Ringwald #define ENABLE_LE_PERIPHERAL
1936327e5aSMilanka Ringwald #define ENABLE_LOG_ERROR
2036327e5aSMilanka Ringwald #define ENABLE_LOG_INFO
21606ccc9bSMilanka Ringwald #define ENABLE_PRINTF_HEXDUMP
2204626792SMatthias Ringwald 
23d0ec3fbfSMatthias Ringwald #define HCI_ACL_PAYLOAD_SIZE 300
2404626792SMatthias Ringwald 
2504626792SMatthias Ringwald // memory config
26d0ec3fbfSMatthias Ringwald 
2755ab84a4SMatthias Ringwald #define MAX_NR_GATT_CLIENTS 1
2855ab84a4SMatthias Ringwald #define MAX_NR_GATT_SUBCLIENTS 1
2955ab84a4SMatthias Ringwald #define MAX_NR_HCI_CONNECTIONS 1
30*e708f863SMatthias Ringwald #define MAX_NR_HIDS_CLIENTS 1
3104626792SMatthias Ringwald #define MAX_NR_LE_DEVICE_DB_ENTRIES 1
32d0ec3fbfSMatthias Ringwald #define MAX_NR_RFCOMM_CHANNELS 0
33d0ec3fbfSMatthias Ringwald #define MAX_NR_RFCOMM_MULTIPLEXERS 0
34d0ec3fbfSMatthias Ringwald #define MAX_NR_RFCOMM_SERVICES 0
35d0ec3fbfSMatthias Ringwald #define MAX_NR_SERVICE_RECORD_ITEMS 0
3655ab84a4SMatthias Ringwald #define MAX_NR_SM_LOOKUP_ENTRIES 1
3755ab84a4SMatthias Ringwald #define MAX_NR_WHITELIST_ENTRIES 1
3855ab84a4SMatthias Ringwald 
3904626792SMatthias Ringwald #endif
4004626792SMatthias Ringwald 
41