Commit Graph

580 Commits

Author SHA1 Message Date
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
19982a9e49 Edited wiki page through web user interface. 2010-03-18 09:29:28 +00:00
matthias.ringwald
8149d2c7c9 fix crash on app exit 2010-03-14 16:28:18 +00:00
matthias.ringwald
71d9d7cecb added BTstackManager argument to all delegates 2010-03-14 11:36:15 +00:00
matthias.ringwald
13939703e9 added master/slave role commands and events 2010-03-14 11:09:10 +00:00
matthias.ringwald
3558ddaba3 fix compile, added HID PSMs 2010-03-04 23:22:39 +00:00
matthias.ringwald
b35f641c7f clarify use of source_cid and dest_cid - use only for signal packets and use local_cid and remote_cid otherwise - fixes bug in incoming l2cap connection handling 2010-03-04 23:03:40 +00:00
matthias.ringwald
4e32e18a96 updated todo + new project files 2010-03-02 23:24:11 +00:00
matthias.ringwald
91f5bcb531 extract socket_connection_launchd_register_fd_array, support 2 sockets in launchd, work around malloc warning 2010-03-02 23:19:07 +00:00
matthias.ringwald
3810b62576 launchd configuration for combined unix + tcp BTdaemon 2010-03-02 23:15:52 +00:00
matthias.ringwald
46acae3723 extract socket_connection_create_launchd from unix part 2010-03-02 20:58: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
75a700aaf9 patch from iwatth to allow BTdaemon run as tcp socket server 2010-02-28 22:02:28 +00:00
matthias.ringwald
504c9121df added bt_use_tcp and adapted bt_open 2010-02-28 21:45:22 +00:00
matthias.ringwald
34905c0dee added address and port to socket_connection_open_tcp 2010-02-28 21:39:54 +00:00
matthias.ringwald
913f4ccbaf added definition for bt_use_tcp() 2010-02-28 21:37:59 +00:00
matthias.ringwald
4a83a7105b added rfcomm and sdp psm 2010-02-28 21:36:57 +00:00
matthias.ringwald
8f3654e23f Edited wiki page through web user interface. 2010-02-26 21:06:49 +00:00
matthias.ringwald
5a2e4e3ad2 use respondsToSelector instead of dummy category 2010-02-24 19:46:36 +00:00
matthias.ringwald
3bdb147ffa checked in commented work in progress code 2010-02-24 17:55:10 +00:00
matthias.ringwald
c0b99c8eb4 new error for BTstackManager 2010-02-24 17:49:12 +00:00
matthias.ringwald
368c486f19 implemented stopDiscovery 2010-02-23 17:16:43 +00:00
matthias.ringwald
e1b2631cab added delegate methods for device or status cell selection, added option to show connecting... 2010-02-22 22:25:54 +00:00
matthias.ringwald
0e92e71ed3 cache remote names in plist 2010-02-21 20:47:40 +00:00
matthias.ringwald
de4536005f added BTDiscoveryViewController as a cleaner implementation of BTInquiryViewController, split BTstackManagerDelegate into BTstackManagerDelegate and BTstackManagerListener 2010-02-21 19:13:34 +00:00
matthias.ringwald
b2c95ae948 cache remote names in plist 2010-02-21 16:06:16 +00:00
matthias.ringwald
fb6dae1e84 BTstackManager support device discovery - names are not cached yet 2010-02-21 13:57:48 +00:00
matthias.ringwald
5f637968bf added btstack error codes for activation 2010-02-21 13:56:01 +00:00
matthias.ringwald
e08d54c228 basic test code for BTstackManager, state machine BT activation done 2010-02-20 19:24:50 +00:00
matthias.ringwald
160f793aff feedback by ashikase and rpetrich: _delegate (assign) @property, @optional methods, and correct super init 2010-02-20 15:22:56 +00:00
matthias.ringwald
7ae7581b45 removed BTstackManager pointer from delegate methods 2010-02-20 08:23:47 +00:00
matthias.ringwald
d6857a6801 finished first draft 2010-02-19 22:05:24 +00:00
matthias.ringwald
ca69326a99 first, non-working, start into providing obj-c interface 2010-02-15 22:28:29 +00:00
matthias.ringwald
e4a1dab092 Edited wiki page through web user interface. 2010-02-14 12:02:41 +00:00
matthias.ringwald
1a560d4722 also forward data in packets with credits, use 0x30 as credits more consistently 2010-02-13 21:03:35 +00:00
matthias.ringwald
90d249c14f update todo+project file 2010-02-13 15:15:45 +00:00
matthias.ringwald
7856c8184a implement L2CAP packet recombination in hci.c using a max size L2CAP buffer per connection 2010-02-13 15:15:19 +00:00
matthias.ringwald
c1012e4687 need both current position and l2cap lenght 2010-02-13 15:14:01 +00:00
matthias.ringwald
2b3c6c9bc6 add missing include 2010-02-13 15:13:07 +00:00
matthias.ringwald
38eecb221f correct READ_ACL_LENGTH macro 2010-02-13 12:16:03 +00:00
matthias.ringwald
d55db49ea2 add buffer to hci_connection_t to allow for ACL recombination 2010-02-13 10:49:00 +00:00
matthias.ringwald
c1264b4f62 Edited wiki page through web user interface. 2010-02-13 10:37:30 +00:00
matthias.ringwald
c550cb3e00 Edited wiki page through web user interface. 2010-02-12 21:25:15 +00:00
matthias.ringwald
53c233e2ff Edited wiki page through web user interface. 2010-02-12 21:24:09 +00:00
matthias.ringwald
43e007762e Edited wiki page through web user interface. 2010-02-12 16:16:12 +00:00
matthias.ringwald
2e41942d17 Edited wiki page through web user interface. 2010-02-12 16:08:44 +00:00
matthias.ringwald
39e1032339 Edited wiki page through web user interface. 2010-02-12 15:50:52 +00:00
matthias.ringwald
2eb2ad6e1d Edited wiki page through web user interface. 2010-02-12 15:44:38 +00:00