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
|
f8fbdce0c5
|
use little/big_endian_read/store_16/24/32
|
2016-01-31 00:07:32 +01:00 |
|
Matthias Ringwald
|
7907f06931
|
btstack-config.h -> btstack_config.h
|
2016-01-21 15:41:16 +01:00 |
|
Matthias Ringwald
|
28190c0b45
|
rfcomm: drop _internal
|
2016-01-21 12:09:19 +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
|
ec820d7756
|
prefix data_source_t and timer_source_t with btstack
|
2016-01-20 16:00:45 +01:00 |
|
Matthias Ringwald
|
528a4a3b3e
|
prefix run_loop_ functions with btstack_
|
2016-01-20 15:58:46 +01:00 |
|
Matthias Ringwald
|
8263662281
|
run_loop.h -> btstack_run_loop.h
|
2016-01-20 15:08:39 +01:00 |
|
Matthias Ringwald
|
16ece13520
|
prefix debug with btstack_
|
2016-01-20 14:52:45 +01:00 |
|
Matthias Ringwald
|
420c236ebc
|
fix printf compile warning
|
2016-01-06 15:57:12 +01:00 |
|
Matthias Ringwald
|
e53943d75d
|
pass in service record handle for sdp spp create
|
2015-11-25 15:57:48 +01:00 |
|
Matthias Ringwald
|
22c004edd1
|
remove alignment hack for sdp service record buffer
|
2015-11-15 21:03:03 +01:00 |
|
Matthias Ringwald
|
9293bfa465
|
rework SDP Service Record management. Service Records can be stored in ROM, daemon creates records on the heap
|
2015-11-15 20:56:59 +01:00 |
|
Matthias Ringwald
|
f1a4af62ee
|
drop connection from sdp register/unregister
|
2015-11-15 14:02:45 +01:00 |
|
Matthias Ringwald
|
e4dd59a7e3
|
drop connection from rfcomm_register_packet_handler callback
|
2015-11-13 22:52:48 +01:00 |
|
Matthias Ringwald
|
457b5cb16b
|
drop connection from rfcomm_register_service_internal and rename to rfcomm_register_service
|
2015-11-13 22:36:27 +01:00 |
|
Matthias Ringwald
|
ffbf82013e
|
drop void * connection param from l2cap packet handlers
|
2015-11-13 21:57:19 +01:00 |
|
Matthias Ringwald
|
3edc84c5b6
|
fix paths after source reorg
|
2015-11-13 15:04:41 +01:00 |
|
Matthias Ringwald
|
7f02f4148e
|
fix all Wmissing-prototype warnings for libusb target
|
2015-11-06 19:43:35 +01:00 |
|
Matthias Ringwald
|
195a80287b
|
removed btstack/include folder
|
2015-10-15 16:33:34 +02:00 |
|
Milanka Ringwald
|
2657c3c0a6
|
size of figs in latex fixed manualy
|
2015-06-18 17:39:57 +02:00 |
|
Matthias Ringwald
|
3299daa237
|
fix warnings caused by newly 4-byte aligned sdp service buffer
|
2015-05-21 22:08:14 +02:00 |
|
Matthias Ringwald
|
021abac4f8
|
aligen SDP record item to 4 byte boundary
|
2015-05-21 16:33:14 +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 |
|
Milanka Ringwald
|
c26aef2c20
|
manual: fixed typos
|
2015-04-27 00:02:07 +02:00 |
|
Matthias Ringwald
|
b87cb105d6
|
review spp counter example
|
2015-04-24 23:40:48 +02:00 |
|
Milanka Ringwald
|
672e06160f
|
manual: update annotation
|
2015-04-24 21:08:27 +02:00 |
|
Milanka Ringwald
|
4bcb3e9249
|
manual: annotated source files
|
2015-04-23 21:40:15 +02:00 |
|
Matthias Ringwald
|
8ca565ce9c
|
fix compile
|
2015-04-19 22:28:31 +02:00 |
|
Milanka Ringwald
|
f190958be3
|
manual: script ignores text flag in listing, it writes it afterwards
|
2015-04-18 01:11:15 +02:00 |
|
Milanka Ringwald
|
7143b8fef5
|
use gap_set_local_name instead of hci_write_local_name
|
2015-04-10 12:32:30 +02:00 |
|
Matthias Ringwald
|
c9bc88e650
|
fix regression in c13e0a89 caused by timer structs in btstack_main
|
2015-03-31 14:24:10 +02:00 |
|
Matthias Ringwald
|
c13e0a893e
|
removed run_loop_execute from embedded examples, call after btstack_main in main.c
|
2015-03-31 14:01:58 +02:00 |
|
mila@ringwald.ch
|
231d622c24
|
update copyright
|
2015-02-06 11:25:18 +00:00 |
|
mila@ringwald.ch
|
8532c95dfb
|
mtu limited by l2cap
|
2014-12-11 16:24:30 +00:00 |
|
matthias.ringwald@gmail.com
|
6678f6b4ac
|
extract hci_init into main.c
|
2014-11-14 20:42:29 +00:00 |
|