980 Commits

Author SHA1 Message Date
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
matthias.ringwald
96cbd66294 added l2cap_get_remote_mtu_for_local_cid 2010-06-18 20:31:05 +00:00
matthias.ringwald
562ffe5632 Edited wiki page through web user interface. 2010-06-18 20:24:04 +00:00
matthias.ringwald
1dc511dea6 extrat MTU from configure request if present, send empty config in configure repsonse instead of options from configure request 2010-06-18 20:21:52 +00:00
matthias.ringwald
2784b77d47 add remote_mtu to l2cap_channel_t, extract l2cap_signaling_handle_configure_request 2010-06-18 20:00:05 +00:00
matthias.ringwald
48d5281e6e Edited wiki page through web user interface. 2010-06-18 16:08:45 +00:00
matthias.ringwald
dbb68710cd Edited wiki page through web user interface. 2010-06-18 16:04:46 +00:00
matthias.ringwald
6c6c74611c Edited wiki page through web user interface. 2010-06-18 15:59:21 +00:00
matthias.ringwald
f590ca4ea9 attribute index and attribute found not needed with new attribute list traversal 2010-06-17 22:20:28 +00:00
matthias.ringwald
1d3644f098 update SDP todo 2010-06-17 22:11:52 +00:00
matthias.ringwald
478a4824bb converted sdp_get_attribute_value_for_attribute_id to new traversal helper 2010-06-17 22:07:16 +00:00
matthias.ringwald
be3deeedc2 new sdp_attribute_list_traverse_sequence is easier to use then de_traverse_sequence, converted sdp_traversal_append_attributes to new traversal helper 2010-06-17 22:00:53 +00:00
matthias.ringwald
b6ca5e0040 new sdp_attribute_list_traverse_sequence is easier to use then de_traverse_sequence, converted sdp_traversal_append_attributes to new traversal helper 2010-06-17 22:00:41 +00:00
matthias.ringwald
6faf2ac23b call sdp_handle_service_search_request for SDP_ServiceSearchRequest instead of sdp_handle_service_search_attribute_request 2010-06-16 19:42:10 +00:00
matthias.ringwald
f79ee2445a fix swapped source and destination channel IDs in L2CAP DISCONNECTION_RESPONSE 2010-06-16 18:57:58 +00:00