705 Commits

Author SHA1 Message Date
matthias.ringwald
534f4788a4 fix 'set rotation', use simple mapping from accX to Y rotation 2012-04-26 19:53:07 +00:00
matthias.ringwald
4e1bb46c94 also includ BTstack root folder for config.h 2012-04-22 07:03:01 +00:00
matthias.ringwald
406449b9b9 only compare prefix instead of doing a full compare 2012-04-22 06:58:45 +00:00
matthias.ringwald
ba11a778ac handle error on hci_write_inquiry mode, thanks to alan for spotting this issue 2011-11-26 19:49:13 +00:00
matthias.ringwald
c7cccff7fb show status of l2cap service registration 2011-11-09 16:20:23 +00:00
matthias.ringwald
e6862eacd5 report status of rfcomm service registration 2011-11-09 16:17:49 +00:00
matthias.ringwald
98fea381a9 fix no newline at end of file 2011-11-09 15:31:58 +00:00
matthias.ringwald
b03e14eb1f comment unused variable 2011-10-08 16:38:21 +00:00
matthias.ringwald
f53674e547 comment unused variable 2011-10-08 16:37:43 +00:00
matthias.ringwald
8b44e303f3 store MTU for connection, remove unused variables 2011-10-08 16:36:25 +00:00
matthias.ringwald
c8901d41d6 use 'config.h' instead of '../config.h' to make standalone builds easier 2011-09-25 14:14:10 +00:00
matthias.ringwald
04e42ad0d4 don't send test data in echo example 2011-09-25 14:03:40 +00:00
matthias.ringwald
5fc2292623 fix report of remote device addr 2011-08-20 12:48:10 +00:00
matthias.ringwald
7bba34d17e use bd_addr_to_str instead of print_bd_addr - and provide compat-svn.c to deal with fact that bd_addr_to_str is not in current Cydia release of BTstack 2011-08-01 11:52:27 +00:00
matthias.ringwald
467c96f149 fix inner loop 2011-07-16 19:40:56 +00:00
matthias.ringwald
bcd309cecd fix theos project, make open gl appear 2011-06-20 19:02:51 +00:00
matthias.ringwald
b3f1f84df3 cleaned up comments 2011-06-20 17:22:30 +00:00
matthias.ringwald
828c5f1580 added a rfcomm streaming example 2011-06-20 17:19:56 +00:00
matthias.ringwald
549e6ebe45 more compiler warning fixes 2011-06-06 14:34:29 +00:00
matthias.ringwald
1567055bc8 mitm didn't work for a long time 2011-06-06 14:28:52 +00:00
matthias.ringwald
ea5a7edbca warn about event format change 2011-06-05 12:29:12 +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
84aa122ee4 use 8 as length for 'SPP ECHO' 2011-05-01 20:35:42 +00:00
matthias.ringwald
7bdb90b562 use rfcomm channel nr assigned by BTstack 2011-05-01 11:58:46 +00:00
matthias.ringwald
5c65ab935c added rfcomm-echo example 2011-05-01 11:34:07 +00:00
matthias.ringwald
9fcc467ba2 prepare for rfcomm-cat and rfcomm-echo 2011-05-01 11:07:56 +00:00
matthias.ringwald
c61d85f627 revert accidental commit 2011-04-30 20:33:19 +00:00
matthias.ringwald
e115bf24db Added RFCOMM 2011-04-30 20:30:05 +00:00
matthias.ringwald
3a1236a388 updated demo to use BTstackManager, XCode doesn't compile it, don't know if it works 2011-01-12 22:54:28 +00:00
matthias.ringwald
83ba7a8870 theos makefile 2011-01-12 22:53:53 +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
1d51bd6346 use NR_CREDITS instead of 0x30 2010-09-09 17:57:40 +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
d01e49bd9c show cached remote names 2010-09-01 22:10:15 +00:00
matthias.ringwald
e47faac2d3 use PSM_HID_* constants 2010-08-23 10:19:52 +00:00
matthias.ringwald
4ce2b15e0e delete incorrect SDP record example code 2010-08-23 10:18:43 +00:00
matthias.ringwald
855942a4c2 don't set local name - done by BTdaemon since 885 2010-08-21 22:43:11 +00:00
matthias.ringwald
f096d74f23 add link key/pairing handling 2010-08-14 13:49:29 +00:00
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