1828 Commits

Author SHA1 Message Date
matthias.ringwald
f51adbed2c add C++ protection 2013-07-15 20:11:20 +00:00
matthias.ringwald
a7ac6b35f0 add C++ protection 2013-07-15 19:47:08 +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
a927c2a180 corrected warning on signed/unsigned comparison 2013-06-10 21:16:57 +00:00
matthias.ringwald@gmail.com
9a195b5786 removed unused variable 2013-06-10 21:15:35 +00:00
matthias.ringwald@gmail.com
f30458f12c cleaned general sdp query test, renamed sdp rfcomm query test file 2013-06-10 21:05:53 +00:00
matthias.ringwald@gmail.com
25a4fd923a added unit test for general sdp query 2013-06-10 14:14:02 +00:00
matthias.ringwald@gmail.com
60419c259d use printf for hexdump 2013-06-10 13:57:46 +00:00
matthias.ringwald@gmail.com
f11d6b1fc3 use underscores for binaries 2013-06-10 10:46:43 +00:00
matthias.ringwald@gmail.com
67ab5c63d3 terminate strings 2013-06-10 10:46:15 +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@gmail.com
ca6fe75681 get check for fixed USB vendor/product ID to work 2013-06-04 10:10:50 +00:00
matthias.ringwald@gmail.com
65a2040d8d fix prototype 2013-06-04 09:59:25 +00:00
matthias.ringwald@gmail.com
cb91ed8e6b make USB vendor/product optional 2013-06-04 09:58:34 +00:00
matthias.ringwald@gmail.com
7ef4eab3c7 remove refs to removed makefile.ins 2013-06-04 09:55:45 +00:00
matthias.ringwald@gmail.com
e720ac1820 cleaned Makefile, added memory pool test 2013-05-24 22:40:36 +00:00
matthias.ringwald@gmail.com
dd280e25fa unit test for sdp rfcomm queries and sdp parser 2013-05-24 20:29:02 +00:00
matthias.ringwald@gmail.com
cb81e06c60 make SDP_SERVICE_NAME_LEN public, fix memory corruption in handleServiceNameData 2013-05-24 16:58:45 +00:00
matthias.ringwald@gmail.com
ae83e88440 removed struct initialization with designated initializer, instead the elements of an initializer to appear in a fixed order 2013-05-24 11:52:51 +00:00
matthias.ringwald@gmail.com
95b6ea6e1e mark signaling commands as string constant (const char *) 2013-05-23 15:01:49 +00:00
matthias.ringwald@gmail.com
eed533f622 added missing #pragma once and C++ function name mangling protection 2013-05-23 14:57:16 +00:00
matthias.ringwald@gmail.com
bdabec0ff1 fixed c++ compile issues with casting 2013-05-21 12:47:08 +00:00
matthias.ringwald@gmail.com
e2571acd98 fixed c++ compile issues with casting 2013-05-21 12:40:09 +00:00
matthias.ringwald@gmail.com
44e5422c78 fixed c++ compile issue 2013-05-21 12:10:36 +00:00
matthias.ringwald
6d399ad5f7 fix trigger handling 2013-05-19 21:06:10 +00:00
matthias.ringwald@gmail.com
b0694ed988 use explicit cast for mallocs 2013-04-29 22:05:35 +00:00
matthias.ringwald@gmail.com
e518bebbb2 edit function descs 2013-04-29 09:58:42 +00:00
matthias.ringwald@gmail.com
0cfafc5a1d shortened function names 2013-04-29 08:41:05 +00:00
matthias.ringwald@gmail.com
49f1a62f59 update docu, simplify names 2013-04-28 13:45:53 +00:00
matthias.ringwald@gmail.com
54deda6a89 log sdp client query events and fix rfcomm service event 2013-04-26 21:05:42 +00:00
matthias.ringwald@gmail.com
825c19e6b4 add rfcomm channel nr 2013-04-26 20:51:18 +00:00
matthias.ringwald@gmail.com
fc0aa8102b use channel_nr instead of rfcomm_channel_nr 2013-04-26 20:51:03 +00:00
matthias.ringwald@gmail.com
5f74f46bbb use sdp_client_query_rfcomm_services in header 2013-04-26 20:32:08 +00:00
matthias.ringwald@gmail.com
a9d753e44f (untested) handle sdp rfcomm query from client 2013-04-26 20:19:34 +00:00
matthias.ringwald@gmail.com
6989e7aa1d untested hci cmds for sdp rfcomm query 2013-04-26 20:19:09 +00:00
matthias.ringwald@gmail.com
d3d614de49 new files for SDP queries 2013-04-26 20:18:25 +00:00
matthias.ringwald@gmail.com
40943ff4e0 defines for SDP queries 2013-04-26 20:17:43 +00:00
matthias.ringwald@gmail.com
f73c3f45f3 Edited wiki page HCI_USB_Transport through web user interface. 2013-04-26 09:13:55 +00:00
matthias.ringwald
31239577b1 crate symlinks to match older BTstack versions 2013-04-09 20:34:40 +00:00
matthias.ringwald@gmail.com
fbb93d5b55 Edited wiki page GettingStarted through web user interface. 2013-03-31 15:28:13 +00:00
matthias.ringwald@gmail.com
24d1e6b9b0 Edited wiki page GettingStarted through web user interface. 2013-03-31 15:27:01 +00:00
matthias.ringwald@gmail.com
e62b97a004 Edited wiki page iPhoneApps through web user interface. 2013-03-22 11:12:04 +00:00
matthias.ringwald@gmail.com
05e8e3463a Edited wiki page iPhoneApps through web user interface. 2013-03-22 11:09:57 +00:00
matthias.ringwald@gmail.com
66067ac447 Edited wiki page iPhoneApps through web user interface. 2013-03-22 11:09:21 +00:00
matthias.ringwald@gmail.com
dc9d0e3782 Edited wiki page iPhoneApps through web user interface. 2013-03-22 11:09:01 +00:00
matthias.ringwald@gmail.com
cd941a793f Edited wiki page iPhoneApps through web user interface. 2013-03-22 11:08:30 +00:00
matthias.ringwald@gmail.com
236397c1dd Edited wiki page iPhoneApps through web user interface. 2013-03-22 11:06:35 +00:00
matthias.ringwald@gmail.com
f5b4cf1125 Edited wiki page iPhoneApps through web user interface. 2013-03-22 11:06:14 +00:00
matthias.ringwald@gmail.com
bbecc2efee Edited wiki page iPhoneApps through web user interface. 2013-03-22 11:03:47 +00:00
matthias.ringwald@gmail.com
7b23bbf846 Edited wiki page iPhoneApps through web user interface. 2013-03-22 11:02:35 +00:00