117 Commits

Author SHA1 Message Date
matthias.ringwald
7d592cf44a don't send when in server mode 2010-08-10 18:45:02 +00:00
matthias.ringwald
b649e1baa5 also test outgoing l2cap connection 2010-07-31 20:37:51 +00:00
matthias.ringwald
9f7548da95 created tool for l2cap throughput test 2010-07-31 20:01:48 +00:00
matthias.ringwald
e608d2e056 introduced euler angles 2010-06-13 22:28:25 +00:00
matthias.ringwald
f290dcf1ff introduced euler angles 2010-06-13 22:25:21 +00:00
matthias.ringwald
7b5a7a7af9 reordered and fixed compile errors 2010-06-13 21:50:49 +00:00
matthias.ringwald
d2acb74537 introduced slerp 2010-06-13 21:17:24 +00:00
matthias.ringwald
a0232ae94b more tries to stabilize object when upside down 2010-06-13 20:55:38 +00:00
matthias.ringwald
eace711393 alternative way of obtaining rotation matrix 2010-06-13 20:15:46 +00:00
matthias.ringwald
27b69f0643 return rotation angle 2010-06-13 19:28:34 +00:00
matthias.ringwald
122fb60270 added getRotationAngle from rotation matrix 2010-06-13 19:26:30 +00:00
matthias.ringwald
fc5ceb98a9 use 4x4 matrix 2010-06-13 19:01:46 +00:00
matthias.ringwald
c6d0d63abc dim of rotation matrix set to 4 2010-06-13 18:53:30 +00:00
matthias.ringwald
4e49a8096b re-wrote rotation calculation 2010-06-13 18:29:38 +00:00
matthias.ringwald
1b53dce38e added path to CocoaTouch includes 2010-04-20 18:58:34 +00:00
matthias.ringwald
91b7413008 Use 5 sec LinkSupervisionTimeout 2010-04-11 15:12:57 +00:00
matthias.ringwald
3558ddaba3 fix compile, added HID PSMs 2010-03-04 23:22:39 +00:00
matthias.ringwald
b35f641c7f clarify use of source_cid and dest_cid - use only for signal packets and use local_cid and remote_cid otherwise - fixes bug in incoming l2cap connection handling 2010-03-04 23:03:40 +00:00
matthias.ringwald
1a560d4722 also forward data in packets with credits, use 0x30 as credits more consistently 2010-02-13 21:03:35 +00:00
matthias.ringwald
17bd045101 use RFCOMM_CHANNEL_ID instead of hard-coded #1 in more/most/all places. Thanks to Jerome for pointing this out 2010-01-30 22:16:05 +00:00
matthias.ringwald
53d7e92e95 revert accidental commit 2010-01-28 22:08:15 +00:00
matthias.ringwald
1191555cee fix parsing of inq events 2010-01-27 23:13:46 +00:00
matthias.ringwald
cab77f2863 fix parsing of inq events, use inq scan with rssi 2010-01-27 22:03:01 +00:00
matthias.ringwald
e405ae81a6 l2cap incoming working 2010-01-26 20:49:02 +00:00
matthias.ringwald
37eaa4cf13 baseband connection accepted 2010-01-25 20:53:43 +00:00
matthias.ringwald
12cace437d add test code for l2cap incoming 2010-01-25 19:46:00 +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
b77060e279 recommit wiimote code 2009-12-29 17:26:58 +00:00
matthias.ringwald
b66fb894f8 added note on client connection, re-added send link key negative command 2009-12-29 17:21:31 +00:00
matthias.ringwald
7ae6dc2605 added Command line parsing and debug option by Vladimir Vyskocil 2009-12-29 16:54:28 +00:00
matthias.ringwald
5edb03cdec added Command line parsing and debug option by Vladimir Vyskocil 2009-12-29 16:49:36 +00:00
matthias.ringwald
6772a24cc3 don't send hci_link_key_request_negative_reply on HCI_EVENT_LINK_KEY_REQUEST automatically 2009-12-05 18:55:41 +00:00
matthias.ringwald
eb89b09731 use <string.h> instead of <strings.h> 2009-11-23 20:31:57 +00:00
matthias.ringwald
5c1cf5ec46 provide Disconnect button in inquiry view, allow to restart inquiry when not connected 2009-11-15 11:00:41 +00:00
matthias.ringwald
a836342cf7 allow to cancel both an ongoing inquiry or remote name request 2009-11-12 21:30:18 +00:00
matthias.ringwald
559c26db5f bug fix 2009-11-07 17:00:21 +00:00
matthias.ringwald
04611bcdb1 added command line inquiry scan, update packet handler signature 2009-11-07 16:40:12 +00:00
matthias.ringwald
7857c3bcb8 it's only (rock &) roll, but we like it 2009-11-07 10:41:14 +00:00
matthias.ringwald
1cbe268abc try again with WiiMote accel value. Pitch working correctly 2009-11-06 21:19:35 +00:00
matthias.ringwald
998c32acab auto-off working as planned: HCI disconnect after 5 seconds without L2CAP, Power Off after 20 seconds 2009-11-05 22:59:06 +00:00
matthias.ringwald
e5304ee6d1 fix compare of null pointer timers 2009-11-05 21:06:19 +00:00
matthias.ringwald
18a7aeb0fc don't restart inquiry after wiimote was found 2009-11-01 21:42:22 +00:00
matthias.ringwald
1713bcea3a prepend all source files with 'new BSD' copyright header 2009-10-29 20:25:42 +00:00
matthias.ringwald
5c14571387 use sudo to delete last package 2009-10-29 19:52:37 +00:00
matthias.ringwald
c813ee3234 set ownership of /Library/LaunchDaemons/ch.ringwald.btstack to user id=0(root), group id=0(wheel) 2009-10-29 19:51:18 +00:00
matthias.ringwald
7625c58d57 fix send of UIH Modem status command RESPONSE 2009-10-28 20:04:03 +00:00
matthias.ringwald
9b7a2ba328 dump rx data for both uih and uih_pf packets 2009-10-28 19:42:54 +00:00
matthias.ringwald
afef42bd47 try to ignore SIGPIPE, shorter power off timeout 2009-10-25 21:43:04 +00:00
matthias.ringwald
a570953b35 cleaning up code 2009-10-25 19:34:12 +00:00