Commit Graph

5254 Commits

Author SHA1 Message Date
Matthias Ringwald
51acb41463 fix old contact email 2016-03-26 22:03:43 +01:00
Matthias Ringwald
54de1dad16 hfp_hf: remove unused var done 2016-03-25 23:18:17 +01:00
Matthias Ringwald
fffdd28857 Merge branch 'master' into develop 2016-03-25 23:15:14 +01:00
Matthias Ringwald
fcb78cc1ab posix-h4: start sending immediately 2016-03-25 22:03:30 +01:00
Matthias Ringwald
d999b54ec5 hci: update acl fragment position before sending as HCI_EVENT_TRANSPORT_PACKET_SENT might be emitted during transport sent 2016-03-25 22:02:44 +01:00
Matthias Ringwald
8e28e4d320 hci_transport_posix_h4: implement async write 2016-03-24 23:41:21 +01:00
Matthias Ringwald
9894d052b6 runloop: implement data source callbacks for cocoa - also support write ready 2016-03-24 22:50:49 +01:00
Matthias Ringwald
c8db4fb6b1 runloop: fix compile in hci_transport_h4_ehcill_embedded 2016-03-24 22:49:36 +01:00
Matthias Ringwald
9120e843c2 runloop: implement data source callbacks for posix - also support write ready 2016-03-24 22:31:44 +01:00
Matthias Ringwald
b9f33ffe0c runloop: implement data source callbacks for embedded 2016-03-24 22:23:21 +01:00
Matthias Ringwald
0d70dd6280 runloop: pass enable/disable callbacks to run loop impl 2016-03-24 22:19:26 +01:00
Matthias Ringwald
24ced5a6f6 runloop: enable callback for all data sources 2016-03-24 22:12:50 +01:00
Matthias Ringwald
80edae71fb runloop: use new setters in panu_demo 2016-03-24 21:56:47 +01:00
Matthias Ringwald
896424b78e runloop: add data source callback type to ds handler 2016-03-24 21:53:42 +01:00
Matthias Ringwald
f912b310ca runloop: pass callback type to data source process functions 2016-03-24 20:50:00 +01:00
Matthias Ringwald
7cd5ef9557 runloop: pass callback type to data source process functions 2016-03-24 20:46:20 +01:00
Matthias Ringwald
c4ae7169b8 runloop: replace struct btstack_data_source with btstack_data_source_t 2016-03-24 20:26:16 +01:00
Matthias Ringwald
3a5c43eebf runloop: set data source fd by new setter 2016-03-24 20:04:14 +01:00
Matthias Ringwald
0f964fb051 runloop: set ds->process via setter 2016-03-24 19:47:23 +01:00
Matthias Ringwald
a86b799a1b runloop: set ds->process via setter 2016-03-24 19:45:57 +01:00
Matthias Ringwald
40403fbfd4 runloop: set ds->process via setter 2016-03-24 19:42:12 +01:00
Matthias Ringwald
835c167141 runloop: set ds->process via setter 2016-03-24 19:36:55 +01:00
Matthias Ringwald
390cf48d42 runloop: dont't init data source with static initializer 2016-03-24 19:31:46 +01:00
Matthias Ringwald
fc726c3471 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2016-03-24 19:27:50 +01:00
Matthias Ringwald
5ed061810d runloop: add callback type enum, add flags to btstack_data_source_t 2016-03-24 19:27:42 +01:00
Milanka Ringwald
9c72a64abd first pass migration docu 2016-03-24 15:41:16 +01:00
Matthias Ringwald
12754bbe05 hci: log ACL buffer state 2016-03-23 15:55:08 +01:00
Matthias Ringwald
3250103aa0 posix: support B300/B1200 mapped to 2mbps hack 2016-03-23 15:54:41 +01:00
Milanka Ringwald
632517f323 update HFP/HSP demo docu 2016-03-23 15:05:35 +01:00
Matthias Ringwald
4ced4e8cb8 gap: pass le_connection_parameter_range_t as pointer 2016-03-23 14:46:47 +01:00
Matthias Ringwald
3c64bdf9a4 spp_streamer: fix compile warning 2016-03-23 14:43:39 +01:00
Milanka Ringwald
1bbaca756a use HAVE_STDIO in HFP/HSP examples 2016-03-23 14:37:26 +01:00
Milanka Ringwald
5e4b451e64 add HAVE_STDIO to posix targets 2016-03-23 14:27:04 +01:00
Matthias Ringwald
a6ddbcb91c hci: re-add local version information callback for dynamic chipset configuration 2016-03-22 22:15:59 +01:00
Matthias Ringwald
369c1a52d1 spp_streamer: fix sending, measure throughput 2016-03-21 23:01:57 +01:00
Matthias Ringwald
2697c63d8c Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2016-03-21 16:32:33 +01:00
Matthias Ringwald
99ab112447 docs: _MAX_NO_ -> _MAX_NR_ 2016-03-21 16:32:22 +01:00
Matthias Ringwald
678558980b remove merge artefact 2016-03-21 16:29:11 +01:00
Matthias Ringwald
a0a9372732 ad_parser: avoid infinite loop on (illegal) chunk len of 0xff 2016-03-20 22:11:17 +01:00
Matthias Ringwald
aedec01ab0 nrf5x: read RSSI for adv pdus 2016-03-20 21:25:05 +01:00
Matthias Ringwald
89fd9aef67 example: gap_le_advertismens - RSSI is signed int 2016-03-20 21:24:43 +01:00
Matthias Ringwald
5c34373d6d nrf5x: drop advs with crc error, avoids bug in ad_parser 2016-03-20 21:13:27 +01:00
Matthias Ringwald
f0c05fddac nrf5x: hunting deadlock 2016-03-19 23:05:51 +01:00
Matthias Ringwald
666f0f1a25 nrf5x: use mutex to protect outgoing event buffer 2016-03-19 22:48:24 +01:00
Matthias Ringwald
211c43a022 nrf5x: use radio end event irq to process adv pdu 2016-03-19 22:35:30 +01:00
Matthias Ringwald
1f450fe42c nrf5x: add blocking retarget impl 2016-03-19 22:19:21 +01:00
Milanka Ringwald
5d61dfdb9b fix compile 2016-03-18 17:03:57 +01:00
Milanka Ringwald
8f7b0d0ee8 add hfp demos 2016-03-18 17:00:59 +01:00
Milanka Ringwald
659fc9ba04 fix conmpile 2016-03-18 16:21:54 +01:00
Milanka Ringwald
855212e4c0 add hsp ag demo 2016-03-18 16:17:01 +01:00