Commit Graph

32 Commits

Author SHA1 Message Date
Matthias Ringwald
8263662281 run_loop.h -> btstack_run_loop.h 2016-01-20 15:08:39 +01:00
Matthias Ringwald
dd9e275ce1 platform/posix: drop src folder 2016-01-20 14:20:47 +01:00
Matthias Ringwald
e53943d75d pass in service record handle for sdp spp create 2015-11-25 15:57:48 +01:00
Matthias Ringwald
3edc84c5b6 fix paths after source reorg 2015-11-13 15:04:41 +01:00
Matthias Ringwald
195a80287b removed btstack/include folder 2015-10-15 16:33:34 +02:00
Matthias Ringwald
e04f4e1f0c add hci_dump.c to fix compile 2015-10-11 23:31:11 +02:00
Matthias Ringwald
652b03395e use single btstack-config.h for all tests 2015-07-27 22:51:29 +02:00
Matthias Ringwald
ce138350af fix compile warning 2015-07-27 22:50:44 +02:00
Matthias Ringwald
8e8dfe94bf removed flags for locally installed cpputest, build tests with make test 2015-07-03 11:18:03 +02:00
Milanka Ringwald
a3d206e052 fix seg fault in sm test 2015-07-02 13:47:14 +02:00
Matthias Ringwald
77fc0a6857 more .gitignore 2015-06-12 19:46:32 +02:00
Matthias Ringwald
57fe2af8bc get all tests to comile and use VPATH, common Makefile for all 2015-05-17 18:07:24 +02:00
Matthias Ringwald
71de195ed3 fix c99 warnings for missing argument of functions with no arguments, fix more warnings 2015-05-13 10:30:46 +02:00
matthias.ringwald@gmail.com
d2ec4031ba avoid /** comments, clean up block comments 2014-10-16 09:15:23 +00:00
matthias.ringwald@gmail.com
6e0f0421a3 added #include guard to btstack-config.h 2014-10-14 20:00:04 +00:00
mila@ringwald.ch
c21fc473f7 fixed compile 2014-08-29 09:30:42 +00:00
matthias.ringwald@gmail.com
2e97921ee0 only compile SDP DES Dump functionality if SDP_DES_DUMP is defined 2014-01-19 17:23:08 +00:00
matthias.ringwald@gmail.com
bde315ce6c renamed btstack config.h to btstack-config.h to allow for better integration with other projects 2014-01-19 16:45:57 +00:00
matthias.ringwald@gmail.com
f471afd896 replaced #pragma once with old style #include guards to allow use of older compilers 2014-01-19 16:30:17 +00:00
mila@ringwald.ch
966db7038e SDP client: conditional use of ServiceSearch and AttributeSearch queries 2013-11-01 14:44:56 +00:00
matthias.ringwald@gmail.com
20f37ec36c added unit tests for sdp service search and service attribute search queries 2013-11-01 13:12:53 +00:00
matthias.ringwald@gmail.com
bace66242a sdp: added service search and service attribute search queries 2013-11-01 13:09:54 +00:00
matthias.ringwald@gmail.com
46a10724a8 added test for attribute value events 2013-11-01 09:50:20 +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
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
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
dd280e25fa unit test for sdp rfcomm queries and sdp parser 2013-05-24 20:29:02 +00:00