xref: /btstack/port/samv71-xplained-atwilc3000/btstack_config.h (revision ff01079be91ff57f4cde9302647daaa3f8777046)
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
18*ff01079bSMatthias Ringwald #define ENABLE_LE_DATA_CHANNELS
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 
35d0ec3fbfSMatthias Ringwald // no classic services
36d0ec3fbfSMatthias Ringwald #define MAX_NR_AVDTP_CONNECTIONS 0
37d0ec3fbfSMatthias Ringwald #define MAX_NR_AVDTP_STREAM_ENDPOINTS 0
38d0ec3fbfSMatthias Ringwald #define MAX_NR_AVRCP_CONNECTIONS 0
39d0ec3fbfSMatthias Ringwald #define MAX_NR_BNEP_CHANNELS 0
40d0ec3fbfSMatthias Ringwald #define MAX_NR_BNEP_SERVICES 0
41d0ec3fbfSMatthias Ringwald #define MAX_NR_DB_MEM_DEVICE_LINK_KEYS  0
42d0ec3fbfSMatthias Ringwald #define MAX_NR_BTSTACK_LINK_KEY_DB_MEMORY_ENTRIES  0
43d0ec3fbfSMatthias Ringwald #define MAX_NR_HFP_CONNECTIONS 0
44d0ec3fbfSMatthias Ringwald #define MAX_NR_L2CAP_CHANNELS  0
45d0ec3fbfSMatthias Ringwald #define MAX_NR_L2CAP_SERVICES  0
4604626792SMatthias Ringwald 
4704626792SMatthias Ringwald #endif
4804626792SMatthias Ringwald 
49