forgot to add config-iphone.h

This commit is contained in:
matthias.ringwald 2013-03-16 22:46:02 +00:00
parent bb6656c957
commit 1fd511a93f

20
config-iphone.h Normal file
View File

@ -0,0 +1,20 @@
// config.h created by configure for BTstack Thu Feb 28 23:50:03 CET 2013
#define HAVE_TRANSPORT_H4
#define UART_DEVICE "/dev/tty.bluetooth"
#define UART_SPEED 921600
#define USE_BLUETOOL
#define USE_POWERMANAGEMENT
#define USE_SPRINGBOARD
#define USE_LAUNCHD
#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
#define ENABLE_LOG_INFO
#define ENABLE_LOG_ERROR
#define HCI_ACL_PAYLOAD_SIZE 1021