1005 Commits

Author SHA1 Message Date
matthias.ringwald
e67ebb40cf collected todos 2010-11-08 21:38:52 +00:00
matthias.ringwald
2c61e0bcff support for random bd_addr to help with windows testing 2010-11-07 08:57:58 +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
2139f61875 be more optimistic: if we cannot talk to SpringBoardAccess, assume system Bluetooth is off 2010-11-06 18:59:37 +00:00
matthias.ringwald
54e60893df use SDK 3.2 instead of 3.1.3 in example config 2010-11-05 18:49:00 +00:00
matthias.ringwald
10f75d5fcc fixed the problems with pkg-config not found or missing 2010-11-05 18:47:15 +00:00
matthias.ringwald
df596220e2 provide pkg.m4 to avoid configure error when pkg-config is not installed but also not needed, no aclocal.m4 in svn 2010-11-05 18:44:15 +00:00
matthias.ringwald
110ee25480 use gcc 4.2.1 per default 2010-11-05 18:43:02 +00:00
matthias.ringwald
e3b6fe7eb1 use extern 'c' for more headers used by embedded port 2010-11-01 17:50:06 +00:00
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