Commit Graph

777 Commits

Author SHA1 Message Date
Matthias Ringwald
d4c40e6512 use hci_transport_TYPE_instace() consistently. Fix iOS port build 2016-01-21 11:05:09 +01:00
Matthias Ringwald
e9e0704f0b vesion.h -> btstack_version.h 2016-01-20 16:11:27 +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
4ab92137d3 missing run_loop.c -> btstack_run_loop.c renames 2016-01-20 15:42:54 +01:00
Matthias Ringwald
8f2a52f4d9 forgot to add files in earlier commit 2016-01-20 15:38:37 +01:00
Matthias Ringwald
8263662281 run_loop.h -> btstack_run_loop.h 2016-01-20 15:08:39 +01:00
Matthias Ringwald
d2e6c4b762 prefix memory_pool files with btstack_ 2016-01-20 14:56:28 +01:00
Matthias Ringwald
16ece13520 prefix debug with btstack_ 2016-01-20 14:52:45 +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
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