335 Commits

Author SHA1 Message Date
matthias.ringwald@gmail.com
c537cdb994 remove spp_counter_spp as SSP is enabled by default 2013-10-31 21:13:58 +00:00
matthias.ringwald@gmail.com
356170583a changed struct name 2013-10-25 12:26:33 +00:00
matthias.ringwald@gmail.com
cab114861e renamed sdp_parser structs 2013-10-18 14:13:50 +00:00
matthias.ringwald@gmail.com
f2f3c97d2b in progress: using sdp_query_complete_event_t instead of sdp_parser_complete_event_t 2013-10-18 10:19:57 +00:00
matthias.ringwald@gmail.com
7a77743ef8 fix makefile for spp_counter_ssp 2013-10-18 08:19:24 +00:00
matthias.ringwald@gmail.com
28e59aaa2f remove set_advertisement_parameters call as defaults are fine 2013-10-17 14:52:10 +00:00
matthias.ringwald@gmail.com
24052c2afd move common LE init code into hci.c 2013-10-17 14:45:43 +00:00
matthias.ringwald@gmail.com
6fb11976de updated general SDP query 2013-10-17 14:20:23 +00:00
matthias.ringwald@gmail.com
2ca4f19755 don't need to be Classic discoverable 2013-10-17 13:35:43 +00:00
matthias.ringwald@gmail.com
2ed9ac63e2 remove debug code 2013-10-17 13:34:57 +00:00
matthias.ringwald@gmail.com
c624031354 LE Set Event Mask not necessary as default includes all current 4.0 LE events 2013-10-17 13:27:04 +00:00
matthias.ringwald@gmail.com
cac78adf23 don't list BD ADDR in client 2013-10-17 13:23:33 +00:00
matthias.ringwald@gmail.com
6c27bd5656 removed informational LE command 2013-10-17 13:23:09 +00:00
matthias.ringwald@gmail.com
5c3b5f6339 LE is independent of scan mode 2013-10-17 13:22:20 +00:00
matthias.ringwald@gmail.com
75b4335b82 remove HCI commands already send by hci.c 2013-10-17 13:06:43 +00:00
matthias.ringwald@gmail.com
1fb869a41a ported ble_server example to libusb 2013-10-17 12:42:18 +00:00
matthias.ringwald@gmail.com
c3dfbe5da0 test for Bluetooth classic and LE support 2013-10-15 20:07:51 +00:00
matthias.ringwald@gmail.com
99be5ab4d7 added Secure Simple Pairing version of spp_counter 2013-09-11 19:40:56 +00:00
matthias.ringwald@gmail.com
b9dadf0231 added usb spp counter 2013-08-29 20:42:01 +00:00
matthias.ringwald@gmail.com
ad8a3deb4d added POSIX/libusb example of general SDP query 2013-06-10 21:30:25 +00:00
matthias.ringwald@gmail.com
e076f1242f examples for POSIX/libusb platform, sdp rfcomm query 2013-06-10 10:43:53 +00:00
matthias.ringwald
af830b6cd2 bump wiimote demo version 2013-03-01 00:21:02 +00:00
matthias.ringwald
cc36d0394c rename test to l2cap-test 2013-03-01 00:00:00 +00:00
matthias.ringwald
784db2d54c build all tools 2013-02-24 20:48:04 +00:00
matthias.ringwald@gmail.com
b4b58cb764 first try at theos Makefile for iOS 2013-02-19 19:59:35 +00:00
matthias.ringwald@gmail.com
d53a24c6ac removed unused code 2012-10-10 21:30:55 +00:00
matthias.ringwald@gmail.com
50a8ac4828 redesigned state maschine in packet_handler 2012-10-09 20:42:51 +00:00
matthias.ringwald
e75e8007bb add note about SYNC button 2012-04-28 21:13:09 +00:00
matthias.ringwald
b72943e7dd try pairing using remote device address, use correct output reports, send output reports over interrupt channel 2012-04-28 21:07:31 +00:00
matthias.ringwald
17f7cc985a open control channel before interrupt 2012-04-27 22:48:23 +00:00
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