1196 Commits

Author SHA1 Message Date
matthias.ringwald
ac34d9d3e9 added timer handling for cocoa run loop - thanks to todd 2010-10-31 22:14:29 +00:00
matthias.ringwald
80ce979a27 don't start SDP server without HAVE_SDP 2010-10-02 15:40:31 +00:00
matthias.ringwald
d527d738c2 honor USE_POSIX_RUN_LOOP 2010-10-02 10:35:58 +00:00
matthias.ringwald
06c09d29a1 Edited wiki page RFCOMM through web user interface. 2010-10-02 07:49:51 +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
e02dd06a23 updated TODO.txt 2010-09-24 21:15:09 +00:00
matthias.ringwald
ce80483a91 actually query Apple Bluetooth status 2010-09-24 21:01:38 +00:00
matthias.ringwald
cf6f02ed7f reorder includes a bit 2010-09-24 21:01:07 +00:00
matthias.ringwald
377e8340f8 fix #82: compile issue with SDK 4.1 - thanks to tblanchard 2010-09-24 19:22:55 +00:00
matthias.ringwald
a8709ccb96 fix transport usb compilation 2010-09-21 17:18:50 +00:00
matthias.ringwald
d418e20393 allow role switch when opening baseband for l2cap channel 2010-09-20 21:11:22 +00:00
matthias.ringwald
2f89d309d8 send bd addr in correct endianess - thanks to francis for spotting this goof 2010-09-14 20:12:22 +00:00
matthias.ringwald
c58e38fb3a commit aclocal.m in the hope that it fix the libusb detection 2010-09-14 08:01:47 +00:00
matthias.ringwald
2403a696ce first working implementation of partial SDP attribute and search attibute requests - thanks to murerten for spotting incorrect implemenation (attention ugly code) 2010-09-11 18:49:32 +00:00
matthias.ringwald
86d949c245 make some functions public 2010-09-11 18:45:59 +00:00
matthias.ringwald
4220256d7c make de_store_descriptor_with_len non-static 2010-09-11 18:45:28 +00:00
matthias.ringwald
273db449b6 really only send partial AttrributeList for service_attribute_request 2010-09-10 22:59:22 +00:00
francisois@gmail.com
b1631edc2c Edited wiki page iPhoneBluetooth through web user interface. 2010-09-10 20:47:41 +00:00
matthias.ringwald
3a9e0a5899 note to myself 2010-09-10 19:44:07 +00:00
matthias.ringwald
4e32727e89 break after finding the correct channel. fixes issue #76 - thanks to murerten for this fix 2010-09-10 19:35:51 +00:00
matthias.ringwald
1d51bd6346 use NR_CREDITS instead of 0x30 2010-09-09 17:57:40 +00:00
matthias.ringwald
2d11387104 also check write() error on packet type 2010-09-09 17:44:36 +00:00
matthias.ringwald
dac9501756 use aa:bb:cc:dd:ee:ff for Bluetooth address printing 2010-09-09 17:43:34 +00:00
matthias.ringwald
fa52ab3670 Edited wiki page RFCOMM through web user interface. 2010-09-06 19:02:48 +00:00
matthias.ringwald
2e5058c846 Edited wiki page RFCOMM through web user interface. 2010-09-06 19:01:15 +00:00
matthias.ringwald
93d04fcee7 Edited wiki page MatthiasProjects through web user interface. 2010-09-03 21:04:06 +00:00
matthias.ringwald
9775e25bf2 consider max acl buffer in Bluetooth module as upper bound for l2cap mtu 2010-09-03 20:17:26 +00:00
matthias.ringwald
5250fb9ea0 provide access to size of acl buffers in Bluetooth module 2010-09-03 20:17:04 +00:00
matthias.ringwald
287d19b836 fix warning 2010-09-03 18:40:27 +00:00
matthias.ringwald
bec2a03917 store link key correctly 2010-09-03 18:33:22 +00:00
matthias.ringwald
8ef7394502 delete link key from remote device db on hci_delete_stored_link_key command 2010-09-02 21:56:28 +00:00
matthias.ringwald
038c3ed2ee also comment BTSTACK_EVENT_REMOTE_NAME_CACHED structure 2010-09-02 18:42:54 +00:00
matthias.ringwald
f653b6bd93 use structure of HCI_EVENT_REMOTE_NAME_REQUEST_COMPLETE for BTSTACK_EVENT_REMOTE_NAME_CACHED to make life easier 2010-09-02 18:39:04 +00:00
matthias.ringwald
0dadb9e348 Edited wiki page MatthiasProjects through web user interface. 2010-09-01 22:11:09 +00:00
matthias.ringwald
d01e49bd9c show cached remote names 2010-09-01 22:10:15 +00:00
matthias.ringwald
74ec757acc store remote names and send to clients on inquiry results 2010-09-01 22:09:58 +00:00
matthias.ringwald
7e3e5fabe1 remove hard coded link key prefs key 2010-09-01 22:09:23 +00:00
matthias.ringwald
b32dbdee12 use remote_device_db_iphone for darwin, too 2010-09-01 22:08:53 +00:00
matthias.ringwald
627c2f4552 define BTSTACK_EVENT_REMOTE_NAME_CACHED, and implement event emit code 2010-09-01 21:25:40 +00:00
matthias.ringwald
04310c5a5c extracted general remote db functions, implemented remote name functions 2010-09-01 21:11:32 +00:00
matthias.ringwald
d97fe74172 Edited wiki page MatthiasProjects through web user interface. 2010-09-01 20:48:22 +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
138080f245 fix configure 2010-08-30 19:55:59 +00:00
matthias.ringwald
eb920dbead if l2cap connection fails, drop channel immediately. if connection fails due to security block, drop link key, too 2010-08-30 19:06:13 +00:00
matthias.ringwald
c12e46e766 drop link key only on authentication error 2010-08-30 19:05:14 +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
matthias.ringwald
63dfdee5e8 add support for link key db 2010-08-30 17:42:23 +00:00