matthias.ringwald
|
56bf0ca667
|
use empty set instead of array for set of listeners
|
2012-04-04 21:34:58 +00:00 |
|
matthias.ringwald
|
7c1e5cc617
|
handle HCI_EVENT_INQUIRY_RESULT_WITH_RSSI properly - fix bug where COD was reported incorrectly
|
2012-02-07 22:22:48 +00:00 |
|
matthias.ringwald@gmail.com
|
71c6f8bde2
|
bzero -> memset
|
2012-01-29 17:09:10 +00:00 |
|
matthias.ringwald
|
b8e47da717
|
pass on remote device name - fix regression introduced in r1477
|
2011-11-18 18:37:19 +00:00 |
|
matthias.ringwald
|
fbe3c26d42
|
add -I.., use iPhone Developer
|
2011-11-11 19:30:14 +00:00 |
|
matthias.ringwald
|
4e868d8847
|
actually tell BTdaemon to drop stored link key
|
2011-09-10 10:06:24 +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
|
aa3a388457
|
use MARK: instead of pragma mark
|
2011-07-14 15:40:49 +00:00 |
|
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 |
|