Commit Graph

32 Commits

Author SHA1 Message Date
Matthias Ringwald
95fd1475d5 ad_parser: use const where possible 2016-05-18 11:23:41 +02:00
Matthias Ringwald
2d5e09d6d4 hci: set link_key_db via hci_set_link_key_db instead of via hci_init(). 2016-02-11 20:10:17 +01:00
Matthias Ringwald
d9a7306a10 hci/sm: use btstack_packet_handler instead of (*fn)(type,packet,size) for events 2016-02-04 17:45:02 +01:00
Matthias Ringwald
c5b64319fd l2cap: don't forward HCI to l2cap packet handler. Replace l2cap_register_packet_handler with hci_add_event_handler. Fix tests 2016-02-03 21:55:36 +01:00
Matthias Ringwald
2044a9b9ae test: fix compile advertising_data_parser 2016-01-29 17:52:31 +01:00
Matthias Ringwald
5604262918 hci_cmds -> hci_cmd 2016-01-21 11:33:17 +01:00
Matthias Ringwald
f032a44114 fix test compile 2016-01-20 16:23:34 +01:00
Matthias Ringwald
eb8860135e fix missing bstack_ for struct data_source and struct timer. utils->btstack_util 2016-01-20 16:10:07 +01:00
Matthias Ringwald
8f2a52f4d9 forgot to add files in earlier commit 2016-01-20 15:38:37 +01:00
Matthias Ringwald
d2e6c4b762 prefix memory_pool files with btstack_ 2016-01-20 14:56:28 +01:00
Matthias Ringwald
4fd23d4738 rename bk_linked_list to btstack_linked_list 2016-01-20 14:34:04 +01:00
Matthias Ringwald
dd9e275ce1 platform/posix: drop src folder 2016-01-20 14:20:47 +01:00
Matthias Ringwald
a484130c09 run_loop: pass in run_loop_X_get_instance() to run_loop_init(). Various other fixes 2016-01-06 17:31:20 +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
8e8dfe94bf removed flags for locally installed cpputest, build tests with make test 2015-07-03 11:18:03 +02:00
Milanka Ringwald
e127a2f269 fix test compile 2015-07-02 13:26:09 +02:00
Matthias Ringwald
77fc0a6857 more .gitignore 2015-06-12 19:46:32 +02:00
Matthias Ringwald
6a64d4ac7c quick test for advertismenet contains name 2015-05-24 22:21:27 +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
cbe987fb1e fix compile for some of the tests, single Makefile for subset 2015-05-14 08:25:34 +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
mila@ringwald.ch
d0ed8cbe29 update copyright 2015-02-06 11:13:56 +00:00
matthias.ringwald@gmail.com
d2ec4031ba avoid /** comments, clean up block comments 2014-10-16 09:15:23 +00:00
mila@ringwald.ch
49ca58d6a2 remove hexdump2, use printf_hexdump instead 2014-08-15 22:04:48 +00:00
mila@ringwald.ch
f6fbbebd2a corrected handling of advertising reports 2014-08-15 14:42:18 +00:00
matthias.ringwald@gmail.com
cc9ea97c78 test and fix for invalid mtk num completed packet event 2014-07-01 20:43:46 +00:00
matthias.ringwald@gmail.com
e01fe8b6c0 test for advertising event with multiple reports 2014-06-26 12:48:47 +00:00
mila@ringwald.ch
8f5e31a822 ble client: used att_dispatch_register_client 2014-05-02 08:06:50 +00:00
mila@ringwald.ch
085cabc211 comple le_central test 2014-02-28 21:44:39 +00:00
mila@ringwald.ch
44e6dbc206 intermediate update for test 2014-02-28 21:44:17 +00:00
mila@ringwald.ch
60c84a4425 implement advertising or scan data parser 2013-11-09 23:48:36 +00:00