19 Commits

Author SHA1 Message Date
matthias.ringwald
6b64433e6a added non-commerical clause and contact email 2012-05-07 21:54:09 +00:00
matthias.ringwald
4104e8ab47 don't call db_synchronize() on db_close for iOS 2012-04-04 19:52:19 +00:00
matthias.ringwald@gmail.com
d2fe945c6b use memset(addr, 0, len) instead of bzero(addr, len) to increase portability 2011-08-18 16:43:15 +00:00
matthias.ringwald
7b5fbe1fe3 replace all log_dbg with log_info 2011-07-22 18:31:02 +00:00
matthias.ringwald
ed7e0985ab use '// MARK:' instead of the non portable '#pragma mark' 2011-06-23 18:28:19 +00:00
matthias.ringwald
6ae2f1946c fix typos 2011-06-17 19:21:56 +00:00
matthias.ringwald
f179dc0f6b retry remote name as latin-1, ignore instead of crashing 2011-06-17 17:45:37 +00:00
matthias.ringwald
40d1c7a481 more -Wstrict-prototypes fixes 2011-06-06 14:12:38 +00:00
matthias.ringwald
2187388bbf fix compile warning 2011-06-05 09:56:43 +00:00
matthias.ringwald
5f5abb394b fix leaking in persistent_rfcomm_channel for iOS 2011-06-03 19:27:19 +00:00
matthias.ringwald
933d8a8084 manage RFCOMM channel services by name for iOS platform, rework RFCOMM service registration 2011-05-03 21:14:41 +00:00
matthias.ringwald
2e311c5b6d store DB on every change 2011-01-07 20:30:41 +00:00
matthias.ringwald
8c0e108c98 use CoreFoundation to store remote device DB, seems to work on iOS 2010-11-06 19:03:09 +00:00
matthias.ringwald
7e3e5fabe1 remove hard coded link key prefs key 2010-09-01 22:09:23 +00:00
matthias.ringwald
04310c5a5c extracted general remote db functions, implemented remote name functions 2010-09-01 21:11:32 +00:00
matthias.ringwald
240a987849 avoid autoreleased stuff 2010-08-30 20:46:23 +00:00
matthias.ringwald
6c923c29a3 uses NSAutoreleasePool for remote_device_db_iphone 2010-08-30 20:24:53 +00:00
matthias.ringwald
404843c191 added hci_close() that trigger remote device db close, added remote device db parameter to hci_init(), implemented NSUserDefaults backed link key storage 2010-08-30 20:10:51 +00:00
matthias.ringwald
29d5309818 replace link_key_db_t with a remote_device_db_t that also holds cached remote names 2010-08-30 18:44:50 +00:00