2014-10-14 20:00:04 +00:00
|
|
|
//
|
|
|
|
// btstack-config.h
|
|
|
|
// created by configure for BTstack
|
|
|
|
// Tue Oct 14 21:52:44 CEST 2014
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifndef __BTSTACK_CONFIG
|
|
|
|
#define __BTSTACK_CONFIG
|
|
|
|
|
2013-03-16 22:46:02 +00:00
|
|
|
#define HAVE_TRANSPORT_H4
|
2014-08-02 15:25:04 +00:00
|
|
|
#define UART_DEVICE "/dev/tty.bluetooth"
|
|
|
|
#define UART_SPEED 921600
|
|
|
|
#define USE_BLUETOOL
|
2013-03-16 22:46:02 +00:00
|
|
|
#define USE_POWERMANAGEMENT
|
2014-08-02 15:25:04 +00:00
|
|
|
#define USE_SPRINGBOARD
|
|
|
|
#define USE_LAUNCHD
|
2013-03-16 22:46:02 +00:00
|
|
|
#define USE_COCOA_RUN_LOOP
|
|
|
|
#define USE_POSIX_RUN_LOOP
|
|
|
|
#define HAVE_SDP
|
|
|
|
#define HAVE_RFCOMM
|
|
|
|
#define REMOTE_DEVICE_DB remote_device_db_iphone
|
|
|
|
#define HAVE_SO_NOSIGPIPE
|
|
|
|
#define HAVE_TIME
|
|
|
|
#define HAVE_MALLOC
|
|
|
|
#define HAVE_BZERO
|
2014-11-04 20:58:27 +00:00
|
|
|
#define HAVE_HCI_DUMP
|
2013-03-16 22:46:02 +00:00
|
|
|
#define ENABLE_LOG_INFO
|
|
|
|
#define ENABLE_LOG_ERROR
|
|
|
|
#define HCI_ACL_PAYLOAD_SIZE 1021
|
2014-01-19 17:44:56 +00:00
|
|
|
#define SDP_DES_DUMP
|
2014-10-14 20:00:04 +00:00
|
|
|
|
|
|
|
#endif
|