Commit Graph

69 Commits

Author SHA1 Message Date
matthias.ringwald
4de82f7930 extracted some methods, fix bug that remote name cached event triggers a new inquiry while waiting for inquiry to stop 2011-02-06 16:59:04 +00:00
matthias.ringwald
6e41ccfee7 update TestBTstackManager project 2011-01-12 21:26:06 +00:00
matthias.ringwald
15dd698069 removed link key and name caching from BTstackManager, honor BTSTACK_EVENT_REMOTE_NAME_CACHED 2011-01-12 21:25:40 +00:00
matthias.ringwald
8fd877559d add sleep mode handling to BTstackManager 2011-01-10 22:55:57 +00:00
matthias.ringwald
2721ec8e76 remove duplicate condition 2010-11-22 21:06:31 +00:00
matthias.ringwald
5992dcbbf7 use BTstackManager 2010-09-28 17:37:40 +00:00
matthias.ringwald
98c5c7e5f3 use relative paths to refere to BTstack headers&lib in Xcode projects 2010-09-27 20:54:51 +00:00
matthias.ringwald
3a35442530 don't include private headers 2010-08-23 21:01:08 +00:00
matthias.ringwald
da5c17bf8b added methods to parse BD ADDR 2010-08-22 21:47:30 +00:00
matthias.ringwald
c84ced3eff use fallback to latin1 for invalid UTF8 names 2010-05-28 21:55:29 +00:00
matthias.ringwald
3a3bdd0105 use fallback to latin1 for invalid UTF8 names 2010-05-28 21:41:51 +00:00
matthias.ringwald
190ca78e3f only rotate on iPad 2010-05-13 14:49:32 +00:00
matthias.ringwald
9d6f5e03a6 allow rotation, clean ups 2010-05-08 19:12:53 +00:00
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