19 Commits

Author SHA1 Message Date
matthias.ringwald@gmail.com
f471afd896 replaced #pragma once with old style #include guards to allow use of older compilers 2014-01-19 16:30:17 +00:00
matthias.ringwald
80d6ce8310 remove all code that deals with deviceInfo dictionary - names and link keys are stored by BTdaemon on iOS since introduction of remote device db concept 2011-09-10 10:01:47 +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
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
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
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