753 Commits

Author SHA1 Message Date
Matthias Ringwald
972d111a8e fix compile for iOS port 2015-12-18 16:47:50 +01:00
Matthias Ringwald
78b0cac0a4 Merge branch 'master' into ble-api-cleanup 2015-12-16 14:43:01 +01:00
Matthias Ringwald
23938d2dc8 fix compile panu_demo 2015-12-16 14:29:23 +01:00
Matthias Ringwald
e53943d75d pass in service record handle for sdp spp create 2015-11-25 15:57:48 +01:00
Matthias Ringwald
aa4dd81512 merge from master 2015-11-25 14:48:19 +01:00
Matthias Ringwald
f7a05cdac4 integrate gap_le.h into gap.h 2015-11-16 23:04:25 +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
0cc6429e00 drop connection from bnep implementation 2015-11-13 23:09:03 +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
ea83240353 use rfcomm_create_channel instead of rfcomm_create_channel_internal 2015-11-13 21:08:36 +01:00
Matthias Ringwald
117f0209cd append _cmd to l2cap_, rfcomm_, and sdp_ btstack commands 2015-11-13 16:31:30 +01:00
Matthias Ringwald
5139cb21b9 append _cmd to l2cap_, rfcomm_, and sdp_ btstack commands 2015-11-13 16:29:01 +01:00
Matthias Ringwald
3edc84c5b6 fix paths after source reorg 2015-11-13 15:04:41 +01:00
Matthias Ringwald
34f93f36ce fix prototype 2015-11-08 20:50:20 +01:00
Matthias Ringwald
929f36c4de avoid unused warning 2015-11-08 20:49:43 +01:00
Matthias Ringwald
eb0a225785 fix prototype 2015-11-08 18:10:17 +01:00
Matthias Ringwald
2a679f7354 avoid unused warning 2015-11-08 18:01:28 +01:00
Matthias Ringwald
ebffa4a83a fix all Wmissing-prototype warnings for libusb target 2015-11-08 08:02:37 +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
Matthias Ringwald
4f8c7aafb7 update ancs_client_lib and embedded examples for new gatt client events 2015-10-15 15:15:54 +02:00
Matthias Ringwald
c405508d5f log error res of att_server_notify 2015-09-28 16:21:03 +02:00
Matthias Ringwald
85192bb840 removed l2cap_le_request_connection_parameter_update 2015-08-12 14:46:16 +02:00
Matthias Ringwald
c0ded49ae7 fix endianess in gap le advertisment example 2015-08-05 13:00:47 +02:00
Milanka Ringwald
844fc471ee remove include for BTstack root folder, log to hci dump 2015-07-16 11:30:50 +02:00
Milanka Ringwald
46674af948 print AD structure in one line 2015-07-08 15:18:55 +02:00
Milanka Ringwald
3c132f6237 fixed API link 2015-07-08 14:47:18 +02:00
Milanka Ringwald
e688b81c6a documented gap le advertisement example 2015-07-08 11:36:33 +02:00
Milanka Ringwald
87bf819c95 added example how to parse advertisements 2015-07-03 17:13:55 +02:00
Milanka Ringwald
c4350632cc annotate/update api, handle multiline function def 2015-07-01 17:04:51 +02:00
Milanka Ringwald
99e736a0a8 annotated/added apis 2015-07-01 15:40:29 +02:00
Milanka Ringwald
cae650303c manual: fix listing refs for mkdocs 2015-06-24 17:21:05 +02:00
Milanka Ringwald
4c719da614 manual: corrected listing refs for latex 2015-06-24 16:47:05 +02:00
Matthias Ringwald
6c7278f502 fix output of bd addr in advertisements in gatt examples 2015-06-19 11:46:28 +02:00
Matthias Ringwald
1429564c1d removed #include <sys/uio.h> from examples/pts tests 2015-06-19 11:31:44 +02:00
Matthias Ringwald
2a6f54ed94 remove unused <termios.h> 2015-06-19 11:19:43 +02:00
Milanka Ringwald
2657c3c0a6 size of figs in latex fixed manualy 2015-06-18 17:39:57 +02:00
Matthias Ringwald
7766ea0666 improve documentation for le_streamer 2015-06-16 23:53:19 +02:00
Matthias Ringwald
28efbf5f7d use new run_loop_get_time_ms(), track time better 2015-06-16 23:36:20 +02:00
Matthias Ringwald
938049d77f don't sent l2cap le connection parameter request, it only gets slower 2015-06-16 00:15:44 +02:00
Matthias Ringwald
bfbe9cbf85 use l2cap request to update conn params instead of updating ourselves 2015-06-15 23:52:47 +02:00
Matthias Ringwald
8b5f60bab3 send update connectino params. not working yet 2015-06-15 23:20:35 +02:00
Matthias Ringwald
fa277d9ae9 send packets with max ATT MTU 2015-06-15 23:08:03 +02:00
Matthias Ringwald
6f42320431 le_streamer example - send as fast as possible 2015-06-15 22:54:52 +02:00
Matthias Ringwald
4fc359d955 moved hsp implementation to src/ and all pts tests to test/pts 2015-06-12 22:16:57 +02:00
Matthias Ringwald
f97ba3bb14 use new gap advertisment instead of manual hci commands 2015-06-12 20:23:23 +02:00