Commit Graph

766 Commits

Author SHA1 Message Date
Matthias Ringwald
dd9e275ce1 platform/posix: drop src folder 2016-01-20 14:20:47 +01:00
Matthias Ringwald
204f664b3d platform/daemon: drop src folder 2016-01-20 14:10:05 +01:00
Matthias Ringwald
d0c2076983 Merge branch 'master' into ble-api-cleanup 2016-01-17 21:53:13 +01:00
Matthias Ringwald
2df666d0cc fix include paths 2016-01-17 21:45:27 +01:00
Matthias Ringwald
b3aad8da60 SCO: add hci_get_sco_packet_length to query SCO packet size needed for USB and use in hsp_hs_test 2016-01-16 21:57:34 +01:00
Matthias Ringwald
800f1352ca use recommended SCO packet size of 24 frames for single channel 2016-01-15 23:15:52 +01:00
Matthias Ringwald
d210d9c4c0 Merge branch 'master' into ble-api-cleanup 2016-01-14 19:59:05 +01:00
Matthias Ringwald
729ed62ea0 send write sco flow control enable if #HAVE_SCO_OVER_HCI 2016-01-14 14:19:37 +01:00
Matthias Ringwald
03813843b6 fix compile 2016-01-14 13:52:46 +01:00
Matthias Ringwald
f5a23e02c7 backport tracking of hci_write_synchronous_flow_control_enable and add hsp_hs_test example 2016-01-14 13:48:02 +01:00
Matthias Ringwald
9c1b0a25a5 first working SCO audio send example 2016-01-14 12:15:30 +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
420c236ebc fix printf compile warning 2016-01-06 15:57:12 +01:00
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