Commit Graph

105 Commits

Author SHA1 Message Date
matthias.ringwald
3915636e4d started autoconf-based build system - not workint yet 2009-07-09 20:00:44 +00:00
matthias.ringwald
9bf70ccba9 achitectural change: hci_transport implementations must add itself to the run loop 2009-07-09 18:49:43 +00:00
matthias.ringwald
9320a67b01 adapting usb test code into HCI transport abstraction 2009-07-08 22:21:02 +00:00
matthias.ringwald
786cf2e597 Edited wiki page through web user interface. 2009-07-07 07:57:28 +00:00
matthias.ringwald
77a578b23a Created wiki page through web user interface. 2009-07-07 07:55:04 +00:00
matthias.ringwald
23c261e6ac used asynchronous libUSB API 2009-07-06 21:40:30 +00:00
matthias.ringwald
8f29b25e4b add XCode settings for libusb-1.0 in /usr/local/ 2009-07-06 16:37:53 +00:00
matthias.ringwald
359f6fcae4 start with USB support courtesy of libusb-1.0 2009-07-05 21:06:38 +00:00
matthias.ringwald
04704ce3a6 Updated info on libUSB. Discared idea of using Apple's CFRunLoop for the daemon. 2009-07-05 16:44:53 +00:00
matthias.ringwald
6511fa645e started client/server implementation 2009-07-01 21:55:08 +00:00
matthias.ringwald
e8e0f5cb85 Edited wiki page through web user interface. 2009-07-01 21:05:33 +00:00
matthias.ringwald
bd67ef2f9d add more HCI commands 2009-07-01 20:56:27 +00:00
matthias.ringwald
40c7e443c8 use mobile account and Internet Tethering IP adddress, update TODOs 2009-07-01 20:55:10 +00:00
matthias.ringwald
c828bcdbdb Add support for modified BlueTool scripts on 3.0 2009-07-01 20:49:57 +00:00
matthias.ringwald
a7425eb1ec Edited wiki page through web user interface. 2009-06-24 10:00:53 +00:00
matthias.ringwald
ebb8b6db5c Socket server flow control analysis 2009-06-18 23:36:43 +00:00
matthias.ringwald
8830f3d672 try to implement man in the middle for BT 2009-06-14 21:48:53 +00:00
matthias.ringwald
f432a6ddd9 adde hci_write_scan_enable and hci_accept_connection_request 2009-06-14 21:48:08 +00:00
matthias.ringwald
46e65a7960 make iPod touch support optional 2009-06-14 20:56:41 +00:00
matthias.ringwald
e938d609c9 get bd_addr from IORegistry on iPod touch 2009-06-14 20:38:50 +00:00
matthias.ringwald
72b8ef13ac Edited wiki page through web user interface. 2009-06-13 10:06:50 +00:00
matthias.ringwald
97009047e0 Edited wiki page through web user interface. 2009-06-12 17:44:18 +00:00
matthias.ringwald
f7472565da Edited wiki page through web user interface. 2009-06-12 17:31:10 +00:00
matthias.ringwald
6f8a33f58f Edited wiki page through web user interface. 2009-06-12 17:26:17 +00:00
matthias.ringwald
0520cf3e1d Edited wiki page through web user interface. 2009-06-12 10:11:59 +00:00
matthias.ringwald
0d8ba09fd9 fix for experimental iPod touch support 2009-06-09 21:04:12 +00:00
matthias.ringwald
6852c42efe added experimental iPod touch 2G support 2009-06-09 20:39:03 +00:00
matthias.ringwald
e521ef4042 added hci_delete_stored_link_key command 2009-06-08 21:27:52 +00:00
matthias.ringwald
efbae73623 removed HCI debug printfs 2009-06-08 21:27:23 +00:00
matthias.ringwald
aff8ac5c98 added remote name request (cancel) cmds 2009-06-07 21:15:09 +00:00
matthias.ringwald
3b9efdc1c6 added HCI inquiry cancel command 2009-06-07 18:51:48 +00:00
matthias.ringwald
237c49a446 also update Makefile 2009-06-07 15:46:31 +00:00
matthias.ringwald
68d92d036b add hci_read_bd_addr, don't turn on BT in hci_init(), add temp hack to get socket data 2009-06-07 15:45:31 +00:00
matthias.ringwald
e1d15a27d1 added socket_server_register_process_callback as temp. hack to allow data reception 2009-06-07 11:58:40 +00:00
matthias.ringwald
aaa9644301 Edited wiki page through web user interface. 2009-06-06 21:19:27 +00:00
matthias.ringwald
7596e361ff implemented run_loop compatible socket_server 2009-06-06 21:10:20 +00:00
matthias.ringwald
bb96ef8cd9 adapt hci_transport_t to directly sub-class data_source_t 2009-06-06 19:52:36 +00:00
matthias.ringwald
94ab26f8d1 use new run_loop to handle BT stack 2009-06-06 19:00:32 +00:00
matthias.ringwald
8d4343fb95 start implementing generic run_loop 2009-06-06 17:43:50 +00:00
matthias.ringwald
822e0a3ecb Edited wiki page through web user interface. 2009-06-04 20:34:27 +00:00
matthias.ringwald
d965992270 iPhone BT power cycling working\! 2009-06-04 20:30:03 +00:00
matthias.ringwald
70459f982a Created wiki page through web user interface. 2009-06-04 19:57:50 +00:00
matthias.ringwald
1f6803779e don't cache transport fd 2009-06-03 21:36:59 +00:00
matthias.ringwald
c095e79e4d actually close serial port on transport->close 2009-06-03 21:33:31 +00:00
matthias.ringwald
7301ad89bc use null_object for bt control, test power cycle 2009-06-03 21:21:12 +00:00
matthias.ringwald
8b658ebcf8 cleaned up hci_dump integration, added support for Apple's PacketLogger, also store local timestamp 2009-05-27 20:22:19 +00:00
matthias.ringwald
7966267251 add simple hci logger compatible to BlueZ's hcidump 2009-05-26 22:50:30 +00:00
matthias.ringwald
0258271367 allow void * 2009-05-26 22:48:24 +00:00
matthias.ringwald
b1d8f7aa2d list of tested uart speeds 2009-05-26 20:33:19 +00:00
matthias.ringwald
f4c198f489 support configurable UART baud rate on iPhone 2009-05-26 20:20:31 +00:00