56 Commits

Author SHA1 Message Date
matthias.ringwald
c9f5e5e754 added basic link key management 2010-04-27 19:29:17 +00:00
matthias.ringwald
a118c43922 reload table on customActivtyText change 2010-04-25 18:57:57 +00:00
matthias.ringwald
9ef40a1964 allow to show custom activity text 2010-04-25 18:14:53 +00:00
matthias.ringwald
b9f916460a use proper include path 2010-04-20 18:57:41 +00:00
matthias.ringwald
6eb71891e9 fix state reporting of BTstackManager 2010-04-04 17:28:38 +00:00
matthias.ringwald
09b3a72c0f fix disableSystemBluetoothBTstackManager: delegate call 2010-03-29 20:07:50 +00:00
matthias.ringwald
71d9d7cecb added BTstackManager argument to all delegates 2010-03-14 11:36:15 +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
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
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
2033929e11 added read/write link supervision timeout 2010-01-24 21:57:30 +00:00
matthias.ringwald
19b25e5f75 added script to create version.h 2010-01-09 10:19:43 +00:00
matthias.ringwald
8c9b08f347 fix endless remote name request 2010-01-03 18:38:25 +00:00
matthias.ringwald
477fd550c1 mouse icon 2010-01-01 20:09:52 +00:00
matthias.ringwald
e395abe932 fix crash strange corner case in inq view 2009-12-27 16:25:50 +00:00
matthias.ringwald
3f9faf6c44 deselect row immediately in inq view 2009-12-20 15:46:45 +00:00
matthias.ringwald
66537421ff delete unused code snippets 2009-12-15 23:18:14 +00:00
matthias.ringwald
afde0c529f implemented create connection cancel command and hande it in l2cap 2009-12-14 22:42:14 +00:00
matthias.ringwald
3ce394c4bc keep RemoteName and LinkKey in NSDictionary - used for name lookup and automatic link authentication 2009-12-12 20:28:36 +00:00
matthias.ringwald
a51168ce9f added addressString convenience method 2009-12-12 20:24:01 +00:00
matthias.ringwald
58c0a1b038 temp fix for incorrect SDK 3.x detection 2009-12-08 00:16:09 +00:00
matthias.ringwald
0f6314a1b1 fix 2.0 code 2009-12-07 23:59:16 +00:00
matthias.ringwald
dcc604ad06 fix crashbug from last commit 2009-12-07 23:54:36 +00:00
matthias.ringwald
b490540f96 worked around deprecated warnings when compiling for either 2.0 or 3.1.2 2009-12-07 23:04:11 +00:00
matthias.ringwald
fcb8f014b8 reload table only once after processing inq results 2009-12-03 11:55:17 +00:00
matthias.ringwald
b5ad7d51ff show icons for computer, mobilephone, keyboard and generic 2009-11-15 13:11:07 +00:00
matthias.ringwald
da7f10f1fa collected set of device icons with heigh 42 px 2009-11-15 12:36:02 +00:00
matthias.ringwald
5c1cf5ec46 provide Disconnect button in inquiry view, allow to restart inquiry when not connected 2009-11-15 11:00:41 +00:00
matthias.ringwald
a836342cf7 allow to cancel both an ongoing inquiry or remote name request 2009-11-12 21:30:18 +00:00
matthias.ringwald
18a7aeb0fc don't restart inquiry after wiimote was found 2009-11-01 21:42:22 +00:00
matthias.ringwald
1713bcea3a prepend all source files with 'new BSD' copyright header 2009-10-29 20:25:42 +00:00
matthias.ringwald
a570953b35 cleaning up code 2009-10-25 19:34:12 +00:00
matthias.ringwald
b76b202763 add instructions below inquiry 2009-10-24 16:10:24 +00:00
matthias.ringwald
d2e91376b2 improve user experience of BTstack Inquiry View: shorter inquiry interval, repeat inquiry while BT on 2009-10-24 15:40:40 +00:00
matthias.ringwald
268eeeee3e update text shown during connect 2009-10-24 14:16:10 +00:00
matthias.ringwald
4f8ed4b8d4 auto-select Wiimote with name 'Nintendo RVL-CNT-01', disable selection button 2009-10-24 13:48:37 +00:00
matthias.ringwald
141679a411 correct address of result field in CONNECTION_RESPONSE (really) 2009-10-23 21:38:30 +00:00
matthias.ringwald
5edccd66e5 move all inquiry related code from BTstackCocoaAppDelegate into BTInquiryViewController 2009-10-22 21:05:00 +00:00
matthias.ringwald
09f92ef2fe allow for BTInquiryDelegate that gets notified on device selection 2009-10-18 17:38:11 +00:00
matthias.ringwald
287f9f01fb Show alert when BTstack init fails because of other stack 2009-10-18 09:21:54 +00:00