btstack/platforms/posix-cc2564b/btstack-config.h

26 lines
621 B
C
Raw Normal View History

2015-05-12 00:34:14 +02:00
// config.h created by configure for BTstack Tue Jun 4 23:10:20 CEST 2013
#ifndef __BTSTACK_CONFIG
#define __BTSTACK_CONFIG
#define ENABLE_LOG_ERROR
#define ENABLE_LOG_INFO
2015-05-12 00:34:14 +02:00
#define HAVE_BLE
#define HAVE_BZERO
#define HAVE_HCI_DUMP
#define HAVE_MALLOC
2015-05-12 00:34:14 +02:00
#define HAVE_RFCOMM
#define HAVE_SDP
2015-05-12 00:34:14 +02:00
#define HAVE_SO_NOSIGPIPE
#define HAVE_TIME
#define HAVE_SCO
#define HAVE_SCO_OVER_HCI
2015-05-12 00:34:14 +02:00
#define HCI_ACL_PAYLOAD_SIZE (1691 + 4)
#define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof BNEP header, avoid memcpy
#define REMOTE_DEVICE_DB remote_device_db_iphone
2015-05-12 00:34:14 +02:00
#define SDP_DES_DUMP
#define SDP_DES_DUMP
#define USE_POSIX_RUN_LOOP
2015-05-12 00:34:14 +02:00
#endif