69 Commits

Author SHA1 Message Date
matthias.ringwald
87a0f31a89 enable BLE in configure for daemon 2014-06-03 20:56:58 +00:00
matthias.ringwald@gmail.com
2e97921ee0 only compile SDP DES Dump functionality if SDP_DES_DUMP is defined 2014-01-19 17:23:08 +00:00
matthias.ringwald@gmail.com
bde315ce6c renamed btstack config.h to btstack-config.h to allow for better integration with other projects 2014-01-19 16:45:57 +00:00
matthias.ringwald@gmail.com
ca6fe75681 get check for fixed USB vendor/product ID to work 2013-06-04 10:10:50 +00:00
matthias.ringwald@gmail.com
cb91ed8e6b make USB vendor/product optional 2013-06-04 09:58:34 +00:00
matthias.ringwald@gmail.com
7ef4eab3c7 remove refs to removed makefile.ins 2013-06-04 09:55:45 +00:00
matthias.ringwald
115579490b add hci_transport_h4_iphone.c and select gcc-4.2 for SDK 5.0 2012-02-14 19:28:13 +00:00
matthias.ringwald
7821a5bde5 no use for UIKit in daemon or libBTstack 2012-01-23 21:42:31 +00:00
matthias.ringwald
0b3e142cca detect llvm-gcc in newer iOS SDKs and use gcc 4.2 2011-10-31 18:37:00 +00:00
matthias.ringwald
ccaca820f5 don't compile run_loop_embedded in standard build 2011-08-06 08:57:06 +00:00
matthias.ringwald
0ff3056bc7 add advanced power management for iOS by Jens David (and bump version) 2011-08-04 21:25:43 +00:00
matthias.ringwald
8aa7053ea5 use HCI_ACL_PAYLOAD_SIZE instead of HCI_ACL_BUFFER_SIZE 2011-08-01 10:42:12 +00:00
matthias.ringwald
246f2bad96 add HCI_ACL_BUFFER_SIZE to default config.h 2011-07-26 20:16:28 +00:00
matthias.ringwald
4baf6801be assume desktop system has malloc() 2011-07-25 18:05:21 +00:00
matthias.ringwald
eedeffe3d7 define ENABLE_LOG_INFO and ENABLE_LOG_ERROR 2011-07-22 18:34:51 +00:00
matthias.ringwald
03351d53c9 use -isysroot instead of multiple -I, -L, -F flags needed for SDK 2.0, minium iOS SDK required: 3.0 now 2011-06-23 14:56:40 +00:00
matthias.ringwald
26767c8e10 don't use -Wstrict-prototypes for iOS, as it fails for MacTypes.h in SDK 2.0 2011-06-08 16:12:41 +00:00
matthias.ringwald
2e4af5baf8 make gcc more strict 2011-06-06 14:35:23 +00:00
matthias.ringwald
06dbc35879 pre-def HAVE_TIME and HAVE_BZERO for non-embedded compilation, often missing 2011-06-05 09:52:03 +00:00
matthias.ringwald
3b6029ff28 moved iphone sources to new PLATFORM_SOURCES 2011-06-04 15:25:59 +00:00
matthias.ringwald
30b941d506 fix remote_device_db_memory file name 2011-06-04 15:13:14 +00:00
matthias.ringwald
ac81a6b177 set HAVE_SO_NOSIGPIPE for darwin targets 2011-06-04 15:06:30 +00:00
matthias.ringwald
b344037f58 use remote_device_db_memory as fallback 2011-06-04 14:54:40 +00:00
matthias.ringwald
1cbd29c6c1 remove premature target=iphone flags from native compile on linux 2011-06-04 14:51:24 +00:00
matthias.ringwald
e115bf24db Added RFCOMM 2011-04-30 20:30:05 +00:00
matthias.ringwald
3c4d4b9093 support for prefsbundle, bug fixes, other stuff 2011-04-30 20:11:20 +00:00
matthias.ringwald
110ee25480 use gcc 4.2.1 per default 2010-11-05 18:43:02 +00:00
matthias.ringwald
b32dbdee12 use remote_device_db_iphone for darwin, too 2010-09-01 22:08:53 +00:00
matthias.ringwald
138080f245 fix configure 2010-08-30 19:55:59 +00:00
matthias.ringwald
29d5309818 replace link_key_db_t with a remote_device_db_t that also holds cached remote names 2010-08-30 18:44:50 +00:00
matthias.ringwald
63dfdee5e8 add support for link key db 2010-08-30 17:42:23 +00:00
matthias.ringwald
58c6c6b1e0 keep /dev/tty.bluetooth for iPhone until it gets robust 2010-08-23 21:07:45 +00:00
matthias.ringwald
a589c9e92f use /dev/uart.bluetooth on iPhone 2010-08-16 20:06:40 +00:00
matthias.ringwald
2dc9054d71 made SDP support a compile flag 2010-07-04 16:30:50 +00:00
matthias.ringwald
3cc46c89b0 make support for POSIX run loop optional 2010-07-04 16:20:27 +00:00
matthias.ringwald
0453d688d1 added basic run loop for embedded use 2010-07-04 13:56:43 +00:00
francisois@gmail.com
0fd254c3e9 re-enabled USB check removed for testing purposes 2010-07-01 19:24:29 +00:00
francisois@gmail.com
53197f32ab patched configure.in to support newer arm-apple-darwin10 compilers, fixed syntax error in SpringBoardAccessExtension.mm to support gcc 4.2 2010-07-01 19:22:58 +00:00
matthias.ringwald
abab9637d4 preliminary OS 4.0 support 2010-06-08 20:53:15 +00:00
matthias.ringwald
c0db20ab37 treat warnings seriously 2010-03-29 20:28:43 +00:00
matthias.ringwald
15495bba3b test for SDKs in lower capitals earlier 2010-03-23 08:35:50 +00:00
matthias.ringwald
fd541e331e handle sdk written in lower case for people that followed: http://code.google.com/p/iphonedevonlinux/wiki/Installation 2010-03-22 18:17:27 +00:00
matthias.ringwald
0f1a967503 create universal on Mac - helps to build 32-bit iPhone Simulator apps on 64-bit machines 2010-03-02 20:34:32 +00:00
matthias.ringwald
6aa07b5542 facilitate compiling for iPhone OS on Linux, thanks to gwenhael 2010-03-02 20:09:12 +00:00
matthias.ringwald
94347acc2a correct spelling of IOKit 2010-02-08 19:01:28 +00:00
matthias.ringwald
23bf349214 use autorelease pool when calling bluetooth manager 2010-01-23 22:43:42 +00:00
matthias.ringwald
5fe7bb4f60 added flags to link with BluetothManager 2010-01-10 13:21:19 +00:00
matthias.ringwald
d1c3f5e5b0 provide correct linker flags for shared library on non-darwin systems, e.g., linux 2009-11-23 20:28:00 +00:00
matthias.ringwald
6560583654 use run_loop_cocoa.m only on Darwin systems or when compiling for iPhone 2009-11-23 19:56:28 +00:00
matthias.ringwald
c35f2df118 allow to compile usb support again 2009-10-17 22:38:48 +00:00