794 Commits

Author SHA1 Message Date
matthias.ringwald
90ac6f8363 Edited wiki page through web user interface. 2010-04-06 19:47:02 +00:00
matthias.ringwald
9a26c6c646 Created wiki page through web user interface. 2010-04-06 19:45:57 +00:00
matthias.ringwald
33e70a847d Edited wiki page through web user interface. 2010-04-06 18:23:28 +00:00
matthias.ringwald
0d5a78db31 Refactor L2CAP data and event send 2010-04-05 22:47:52 +00:00
matthias.ringwald
6eb71891e9 fix state reporting of BTstackManager 2010-04-04 17:28:38 +00:00
matthias.ringwald
c0db20ab37 treat warnings seriously 2010-03-29 20:28:43 +00:00
matthias.ringwald
09b3a72c0f fix disableSystemBluetoothBTstackManager: delegate call 2010-03-29 20:07:50 +00:00
matthias.ringwald
e394daaaee Edited wiki page through web user interface. 2010-03-27 15:54:53 +00:00
matthias.ringwald
d6b023ed26 Edited wiki page through web user interface. 2010-03-27 15:54:20 +00:00
matthias.ringwald
5e325c7d6a Edited wiki page through web user interface. 2010-03-27 15:48:42 +00:00
matthias.ringwald
553b7ffbeb Edited wiki page through web user interface. 2010-03-25 21:37:55 +00:00
matthias.ringwald
037d6e4837 really unregister service 2010-03-25 19:19:17 +00:00
matthias.ringwald
f8a1964a0c Created wiki page through web user interface. 2010-03-25 18:26:08 +00:00
matthias.ringwald
71c1ca7de3 Created wiki page through web user interface. 2010-03-24 08:03:20 +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
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