btstack/port/posix-csr/btstack_config.h
2016-01-21 21:27:06 +01:00

25 lines
625 B
C

// 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
#define ENABLE_BLE
#define HAVE_BZERO
#define ENABLE_LOG_INTO_HCI_DUMP
#define HAVE_MALLOC
#define ENABLE_RFCOMM
#define ENABLE_SDP
#define HAVE_SO_NOSIGPIPE
#define HAVE_TIME
#define HAVE_SCO
#define HAVE_SCO_OVER_HCI
#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
#define ENABLE_SDP_DES_DUMP
#define ENABLE_SDP_DES_DUMP
#endif