xref: /btstack/test/btstack_config.h (revision 7907f06931c075b55e3402fa469abbe35eebee25)
1 // #define EMBEDDED
2 // #define HAVE_TICK
3 
4 #define HAVE_INIT_SCRIPT
5 #define HAVE_BZERO
6 #define HAVE_TIME
7 #define ENABLE_SDP_DES_DUMP
8 #define ENABLE_BLE
9 
10 #define ENABLE_LOG_DEBUG
11 #define ENABLE_LOG_INFO
12 #define ENABLE_LOG_ERROR
13 #define HAVE_HCI_DUMP
14 
15 #define ENABLE_SDP_EXTRA_QUERIES
16 
17 #define HCI_ACL_PAYLOAD_SIZE 52
18 #define HCI_INCOMING_PRE_BUFFER_SIZE 4
19 
20 #define MAX_SPP_CONNECTIONS 1
21 
22 #define MAX_NO_HCI_CONNECTIONS MAX_SPP_CONNECTIONS
23 #define MAX_NO_L2CAP_SERVICES  2
24 #define MAX_NO_L2CAP_CHANNELS  (1+MAX_SPP_CONNECTIONS)
25 #define MAX_NO_RFCOMM_MULTIPLEXERS MAX_SPP_CONNECTIONS
26 #define MAX_NO_RFCOMM_SERVICES 1
27 #define MAX_NO_RFCOMM_CHANNELS MAX_SPP_CONNECTIONS
28 #define MAX_NO_BNEP_SERVICES 1
29 #define MAX_NO_BNEP_CHANNELS MAX_SPP_CONNECTIONS
30 #define MAX_NO_DB_MEM_DEVICE_LINK_KEYS  2
31 #define MAX_NO_DB_MEM_DEVICE_NAMES 2
32 #define MAX_NO_DB_MEM_SERVICES 1
33 #define MAX_NO_WHITELIST_ENTRIES 1
34 #define HAVE_MALLOC
35 
36 #if 0
37 // DeLock 4.0 Dongle (Broadcom BCM20702A0)
38 #define USB_VENDOR_ID   0x0a5c
39 #define USB_PRODUCT_ID  0x21e8
40 
41 #else
42 // Generic CSR 4.0 Dongle
43 // #define USB_VENDOR_ID   0x0a12
44 // #define USB_PRODUCT_ID  0x0001
45 #endif
46