794 Commits

Author SHA1 Message Date
matthias.ringwald
78a6f10031 fix unbelievable hard code for deleting items in linked list while iterating over it 2010-07-17 18:39:51 +00:00
matthias.ringwald
39ce35a7ca fix list removal while iterating over it 2010-07-17 16:59:35 +00:00
matthias.ringwald
eaf0c42fae keep some test code 2010-07-17 16:58:54 +00:00
matthias.ringwald
94173b5450 prevent segfault by only copying strlen(ptr) for Bluetooth name - thanks to akolhlsmith for detecting this 2010-07-06 18:13:54 +00:00
matthias.ringwald
ad888e05a6 prevent segfault by only copying strlen(ptr) for Bluetooth name - thanks to akolhlsmith for detecting this 2010-07-06 18:10:25 +00:00
matthias.ringwald
524c7189ed include config.h to get HAVE_SDP 2010-07-06 16:39:30 +00:00
matthias.ringwald
8f7e9afb15 include config.h to get HAVE_SDP 2010-07-06 16:37:46 +00:00
matthias.ringwald
abf7f7c6bf fix attribute list traversal 2010-07-05 20:58:26 +00:00
matthias.ringwald
9974f44821 fix compile 2010-07-05 20:49:14 +00:00
matthias.ringwald
88aa939830 use log_dbg for run_loop_embedded, too 2010-07-05 20:22:08 +00:00
matthias.ringwald
cf0b66f05f fix typo, use log_ macros 2010-07-04 19:35:21 +00:00
matthias.ringwald
7f2435e617 use new debug.h 2010-07-04 19:28:21 +00:00
matthias.ringwald
4ef8c754b2 provide a way to disable dbg and err msgs 2010-07-04 19:26:33 +00:00
matthias.ringwald
2dc9054d71 made SDP support a compile flag 2010-07-04 16:30:50 +00:00
matthias.ringwald
10642e45f5 fix compile warning - add default clause 2010-07-04 16:25:56 +00:00
matthias.ringwald
b7de95da8c fix compile warning 2010-07-04 16:23:44 +00:00
matthias.ringwald
3cc46c89b0 make support for POSIX run loop optional 2010-07-04 16:20:27 +00:00
matthias.ringwald
68e27c0fc4 comment code for embedded port 2010-07-04 16:06:32 +00:00
matthias.ringwald
4423a2552b fix compiler warnings 2010-07-04 15:58:41 +00:00
matthias.ringwald
1de0640a0a use loop instead of bzero (temporarily for embedded port) 2010-07-04 15:03:34 +00:00
matthias.ringwald
9585ad6b8f fix signed/unsigned warning 2010-07-04 14:54:56 +00:00
matthias.ringwald
918d4281b4 comment unused struct 2010-07-04 14:27:05 +00:00
matthias.ringwald
2a9745927e support timers if gettimeofday and struct timeval exist 2010-07-04 13:59:28 +00:00
matthias.ringwald
0453d688d1 added basic run loop for embedded use 2010-07-04 13:56:43 +00:00
matthias.ringwald
36c74a6d73 don't call return in void function 2010-07-04 13:49:23 +00:00
matthias.ringwald
176e0b6ad2 Edited wiki page through web user interface. 2010-07-04 09:10:29 +00:00
matthias.ringwald
943e8133da Edited wiki page through web user interface. 2010-07-04 09:05:42 +00:00
matthias.ringwald
04b6626702 Edited wiki page through web user interface. 2010-07-04 08:46:23 +00:00
matthias.ringwald
cc4e5fa7b9 Edited wiki page through web user interface. 2010-07-04 08:45:39 +00:00
matthias.ringwald
a6c0dc09bf depend on libstatusbar on 4.0 2010-07-04 08:43:12 +00:00
matthias.ringwald
c9a8d52ef1 Removed the part that explains how to compile&install BTstack itself and added notes on using SDK 3.x 2010-07-01 19:47:27 +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
f73f0821fb Edited wiki page through web user interface. 2010-07-01 17:12:42 +00:00
matthias.ringwald
ed7467aa63 also add private API 2010-06-30 17:12:29 +00:00
matthias.ringwald
57809cb746 Edited wiki page through web user interface. 2010-06-29 22:23:23 +00:00
matthias.ringwald
20635c72ff Edited wiki page through web user interface. 2010-06-29 22:19:44 +00:00
matthias.ringwald
20b32d1ad2 Edited wiki page through web user interface. 2010-06-29 22:02:45 +00:00
matthias.ringwald
f675678295 removed data_source flags again, tidy source code 2010-06-29 21:59:24 +00:00
matthias.ringwald
2cf3483ca6 added data_source flags 2010-06-29 21:06:14 +00:00
matthias.ringwald
88bc6ea8e4 moved private parts of run_loop.h into run_loop_private.h 2010-06-29 20:58:45 +00:00
matthias.ringwald
dff335ff90 Edited wiki page through web user interface. 2010-06-29 19:34:10 +00:00
matthias.ringwald
ffe71bb187 Edited wiki page through web user interface. 2010-06-28 23:15:09 +00:00
matthias.ringwald
40969c7ee8 Edited wiki page through web user interface. 2010-06-28 16:21:15 +00:00
matthias.ringwald
96756f124a Edited wiki page through web user interface. 2010-06-24 08:00:07 +00:00
matthias.ringwald
58374b8b6b comment sdp debug output 2010-06-22 17:00:55 +00:00
matthias.ringwald
883e7a68fd Edited wiki page through web user interface. 2010-06-18 21:42:16 +00:00
matthias.ringwald
3de7c0ca8d correct get mtu from configure request 2010-06-18 21:36:14 +00:00
matthias.ringwald
e1b27ce830 Edited wiki page through web user interface. 2010-06-18 20:59:22 +00:00
matthias.ringwald
a3461df089 limit size of service discovery responses by remote MTU 2010-06-18 20:53:42 +00:00