2013-06-10 10:43:53 +00:00
|
|
|
// config.h created by configure for BTstack Tue Jun 4 23:10:20 CEST 2013
|
2014-10-14 20:00:04 +00:00
|
|
|
|
|
|
|
#ifndef __BTSTACK_CONFIG
|
|
|
|
#define __BTSTACK_CONFIG
|
|
|
|
|
2013-06-10 10:43:53 +00:00
|
|
|
#define HAVE_TRANSPORT_USB
|
2016-01-21 15:33:36 +01:00
|
|
|
#define ENABLE_BLE
|
|
|
|
#define ENABLE_SDP
|
|
|
|
#define ENABLE_RFCOMM
|
2013-06-10 10:43:53 +00:00
|
|
|
#define REMOTE_DEVICE_DB remote_device_db_iphone
|
|
|
|
#define HAVE_SO_NOSIGPIPE
|
|
|
|
#define HAVE_TIME
|
|
|
|
#define HAVE_MALLOC
|
|
|
|
#define HAVE_BZERO
|
2016-01-21 15:33:36 +01:00
|
|
|
#define ENABLE_SDP_DES_DUMP
|
2013-06-10 10:43:53 +00:00
|
|
|
#define ENABLE_LOG_INFO
|
|
|
|
#define ENABLE_LOG_ERROR
|
2014-11-12 00:12:23 +00:00
|
|
|
#define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof benep heade, avoid memcpy
|
2014-11-12 00:12:18 +00:00
|
|
|
#define HCI_ACL_PAYLOAD_SIZE (1691 + 4)
|
2016-01-21 21:27:06 +01:00
|
|
|
#define ENABLE_LOG_INTO_HCI_DUMP
|
2016-01-21 15:33:36 +01:00
|
|
|
#define ENABLE_SDP_DES_DUMP
|
2014-10-14 20:00:04 +00:00
|
|
|
|
2016-01-15 11:39:01 +01:00
|
|
|
#define HAVE_SCO
|
|
|
|
#define HAVE_SCO_OVER_HCI
|
2015-11-06 16:27:14 +01:00
|
|
|
|
2014-11-12 00:12:18 +00:00
|
|
|
#endif
|