1186 Commits

Author SHA1 Message Date
matthias.ringwald
2187388bbf fix compile warning 2011-06-05 09:56:43 +00:00
matthias.ringwald
343c015d0b update to use baudrate_init 2011-06-05 09:56:19 +00:00
matthias.ringwald
8b3e57c885 update to provide baudrate_init 2011-06-05 09:55:32 +00:00
matthias.ringwald
ca3e27cc45 added baudrate_init, baudrate_main, set_baudrate function pointer 2011-06-05 09:54:31 +00:00
matthias.ringwald
0bece81e86 added HAVE_TIME checks 2011-06-05 09:53:40 +00:00
matthias.ringwald
ff4d69d2cb test for HAVE_BZERO 2011-06-05 09:52:42 +00:00
matthias.ringwald
26fe77d15a test for HAVE_BZERO 2011-06-05 09:52:22 +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
d51dc5e348 added HAVE_TIME checks 2011-06-05 09:51:02 +00:00
matthias.ringwald
c0af504239 update hal_uart_dma interface 2011-06-05 09:50:25 +00:00
matthias.ringwald
3b6029ff28 moved iphone sources to new PLATFORM_SOURCES 2011-06-04 15:25:59 +00:00
matthias.ringwald
616b4cc5e4 add string.h for memcpy 2011-06-04 15:16:32 +00:00
matthias.ringwald
30b941d506 fix remote_device_db_memory file name 2011-06-04 15:13:14 +00:00
matthias.ringwald
ad6fee3826 use send(..., MSG_NOSIGNAL) on linux 2011-06-04 15:11:13 +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
f025210d67 remove connection from connection list on close - thanks to frankb for spotting this bug 2011-06-04 14:30:09 +00:00
matthias.ringwald
9418f9c94c add \n to log messages 2011-06-03 22:00:20 +00:00
matthias.ringwald
869cb7a332 with CFRunLoop on main thread, no extra pthread is needed for power notifications 2011-06-03 21:45:34 +00:00
matthias.ringwald
41549c8143 move BTstack run loop to separate thread on iOS and start CFRunLoop on main thread - fixes broken reception of Darwin notifications 2011-06-03 21:34:00 +00:00
matthias.ringwald
5f5abb394b fix leaking in persistent_rfcomm_channel for iOS 2011-06-03 19:27:19 +00:00
matthias.ringwald
a9481169a5 put BTdaemon path into ProgramArguments - process name shows up tin syslog by this 2011-06-03 16:10:14 +00:00
matthias.ringwald
2ca43cdf3a use NSLog on iOS 2011-06-03 15:38:13 +00:00
matthias.ringwald
c92e922855 use NSLog on iOS 2011-06-03 15:37:08 +00:00
matthias.ringwald
277e27f43f use BluetoothPSViewController 2011-06-02 16:07:05 +00:00
matthias.ringwald
b70a879e47 delete garbage in plist 2011-06-02 14:26:46 +00:00
matthias.ringwald
fcd143f0be renamed hci_transport_t instance getter 2011-05-31 21:47:35 +00:00
matthias.ringwald
6da2c65f6e removed debugging stuff 2011-05-31 21:45:25 +00:00
matthias.ringwald
e029df3436 removed debugging stuff 2011-05-31 21:42:21 +00:00
matthias.ringwald
f1dfb1058e added support for IRQ driven UART driver for embedded systems 2011-05-31 21:37:35 +00:00
matthias.ringwald
3072d6e50d missing header 2011-05-27 20:50:26 +00:00
matthias.ringwald
8d6e95b08f missing header 2011-05-27 20:49:40 +00:00
matthias.ringwald
8f2b8ff8ce fix compiler warnings 2011-05-27 20:49:02 +00:00
matthias.ringwald
05bbbaabf4 fix compiler warnings 2011-05-27 20:47:31 +00:00
matthias.ringwald
ded71ee47d add prototype for void rfcomm_close_connection(void *connection) 2011-05-27 20:46:16 +00:00
matthias.ringwald
75d5d2d382 fix compiler warnings 2011-05-27 20:40:59 +00:00
matthias.ringwald
1cc4592bcf fix debug printf 2011-05-27 20:01:08 +00:00
matthias.ringwald
54348d212c fix compiler warning because of missing default: 2011-05-27 19:19:29 +00:00
matthias.ringwald
7e1aa74b65 pragma once 2011-05-27 18:55:57 +00:00
matthias.ringwald
62017f66c4 pulled patch 153v2_persistance_keys, fixed compiler warnings, used BD_ADDR_CMP to compare bd_addr 2011-05-27 18:43:56 +00:00
matthias.ringwald
e040a2782f Edited wiki page EmbeddedSystems through web user interface. 2011-05-25 21:41:21 +00:00
matthias.ringwald
1607b1afc9 Add extern for 'remote_device_db_memory' 2011-05-17 07:38:54 +00:00
matthias.ringwald
73ba8a136d memory storage for remote device db as proposed by Simon 2011-05-12 20:09:42 +00:00
matthias.ringwald
8dd5236b87 For EMBEDDED: add autonumbering and don't call free 2011-05-12 20:04:08 +00:00
matthias.ringwald
a486ba59ea added sdp_traversal_set_attribute_for_id 2011-05-12 20:02:14 +00:00
matthias.ringwald
9fad573414 finished rfcomm_close_connection 2011-05-12 19:38:51 +00:00
matthias.ringwald
ee709849fc also register BTdaemon as packet handler for SDP 2011-05-12 19:15:43 +00:00
matthias.ringwald
2547163c2e added sdp_register_packet_handler function, emit SDP_SERVICE_REGISTERED 2011-05-12 19:12:56 +00:00
matthias.ringwald
f1b41b2b09 added error code for sdp record already registered 2011-05-12 19:12:02 +00:00