xref: /btstack/port/posix-h4/btstack_config.h (revision d6549a6e45538de93f05b31f185a00c137a42ba1)
1 // config.h created by configure for BTstack  Tue Jun 4 23:10:20 CEST 2013
2 
3 #ifndef __BTSTACK_CONFIG
4 #define __BTSTACK_CONFIG
5 
6 #define HAVE_TRANSPORT_USB
7 #define ENABLE_BLE
8 #define ENABLE_SDP
9 #define ENABLE_RFCOMM
10 #define REMOTE_DEVICE_DB remote_device_db_iphone
11 #define HAVE_SO_NOSIGPIPE
12 #define HAVE_TIME
13 #define HAVE_MALLOC
14 #define HAVE_BZERO
15 #define ENABLE_SDP_DES_DUMP
16 #define ENABLE_LOG_INFO
17 #define ENABLE_LOG_ERROR
18 #define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof benep heade, avoid memcpy
19 #define HCI_ACL_PAYLOAD_SIZE (1691 + 4)
20 #define HAVE_HCI_DUMP
21 #define ENABLE_SDP_DES_DUMP
22 
23 #endif
24