6009 Commits

Author SHA1 Message Date
Matthias Ringwald
514b7bdc5e ringbuffer: add function markup 2016-10-20 15:15:04 +02:00
Milanka Ringwald
57f2e2f122 enable portaudio for msbc 2016-10-19 15:04:46 +02:00
Milanka Ringwald
76ea2e0b73 enable portaudio for msbc 2016-10-19 15:04:10 +02:00
Milanka Ringwald
44e9e4014d extend ring buffer indexes from uint16 to uint32 2016-10-19 10:47:02 +02:00
Milanka Ringwald
2af9447338 introduce portaudio in avdtp_sink 2016-10-18 16:21:41 +02:00
Milanka Ringwald
b07c2f619d remove printf 2016-10-18 16:21:02 +02:00
Milanka Ringwald
4a7e70d324 portaudio sine with ring buffer example 2016-10-18 14:15:16 +02:00
Milanka Ringwald
9e3fb5e92c fix ring buffer read 2016-10-18 14:14:04 +02:00
Milanka Ringwald
bc37f7b0d0 add ring buffer implementation 2016-10-17 23:54:12 +02:00
Milanka Ringwald
9846e07c2a fix procces sbc data 2016-10-12 16:53:34 +02:00
Milanka Ringwald
164f5121b2 sbc test sine stereo 2016-10-12 12:24:51 +02:00
Milanka Ringwald
4ca5bd816c set pcm_stride to max value 2016-10-11 23:21:38 +02:00
Milanka Ringwald
57d3133262 fix usage 2016-10-11 23:19:11 +02:00
Milanka Ringwald
aea99cdfea sdc decoder: process sbc in progress 2016-10-11 16:40:07 +02:00
Milanka Ringwald
e29637962e sbc bludroid: extend decoder data size 2016-10-05 16:33:16 +02:00
Milanka Ringwald
e1df0eea7d move writter into callback 2016-10-05 16:32:01 +02:00
Milanka Ringwald
55863429e4 avdtp add second state machine for remote site 2016-10-05 15:55:30 +02:00
Milanka Ringwald
5b7b47f2d5 Merge branch 'develop' into a2dp 2016-10-04 11:57:14 +02:00
Matthias Ringwald
ad71fb1742 annotate classic SSP events 2016-10-03 17:08:17 +02:00
Matthias Ringwald
577ca2d3ba hci: skip write synchronous flow control enable and write default erroneos data reporting if commands not supported 2016-10-03 17:07:43 +02:00
Matthias Ringwald
3905afbfd9 hci: skip write synchronous flow control enable and write default erroneos data reporting if commands not supported 2016-10-03 12:50:23 +02:00
Matthias Ringwald
f064e0bb1b hci: fix LE skipping if SCO over HCI is used 2016-10-03 12:15:26 +02:00
Matthias Ringwald
148ca237ee hci_init: use log_debug for init script output 2016-10-03 12:12:38 +02:00
Matthias Ringwald
0e5ac34f5e examples: tidy SBC section 2016-10-03 12:02:54 +02:00
Matthias Ringwald
2e4c486246 msp-exp430f5438: disable sdp_general_query, requires 20bit compiler 2016-10-03 11:29:25 +02:00
Matthias Ringwald
58e7732a24 fix compile in tests 2016-10-03 11:26:44 +02:00
Matthias Ringwald
ad6274a743 hci_dump: print timestamp for embedded targets, too. Parse timestamps in packet logs 2016-10-03 10:58:38 +02:00
Matthias Ringwald
8a1144706a hci: set substate when setting EIR data 2016-09-30 11:41:23 +02:00
Matthias Ringwald
186bfbec4d examples: register hci event handler 2016-09-30 09:48:26 +02:00
Matthias Ringwald
a895b9f0fd examples: register hci event handler 2016-09-30 09:38:28 +02:00
Matthias Ringwald
ff00ed1c16 gap: add gap_set_extended_inquiry_response 2016-09-29 17:34:24 +02:00
Matthias Ringwald
32345d17e0 fix compile 2016-09-29 16:11:58 +02:00
Matthias Ringwald
d9a4d2fff4 fix compile 2016-09-29 16:08:33 +02:00
Matthias Ringwald
fac60fea7b fix compile 2016-09-29 16:06:01 +02:00
Matthias Ringwald
66818fc6f7 fix compile 2016-09-29 15:59:08 +02:00
Matthias Ringwald
b12ad86731 example: gap_inquiry use Extended Inquiry Response to get name directly if possible 2016-09-29 15:53:57 +02:00
Matthias Ringwald
f6858d14c8 hci: add hci_set_inquiry_mode to set inquiry mode during init 2016-09-29 15:52:13 +02:00
Matthias Ringwald
e9a7c22d24 rfcomm: fix deadlock in l2cap can send now handling 2016-09-29 12:08:00 +02:00
Matthias Ringwald
ec3f4248d9 rfcomm: increment credits_incoming before sending them 2016-09-29 12:06:13 +02:00
Milanka Ringwald
328c17f5c5 avdtp: extend streaming end point with capabilities 2016-09-28 12:07:40 +02:00
Matthias Ringwald
05cb04718d examples: fix compile - place LIBS after object files 2016-09-28 11:14:49 +02:00
Matthias Ringwald
4b8b5afea6 sm: handle IRK lookup in general case, inline SM_SC_SEND_LTK_REQUESTED_NEGATIVE_REPLY handling 2016-09-28 10:51:44 +02:00
Matthias Ringwald
41d322973c sm: fix sending of negative ltk reply 2016-09-28 10:43:33 +02:00
Matthias Ringwald
ff964d8e0b libusb: move hci_transport_h2_libusb.c into platform/libusb to fix compile daemon with h2 2016-09-28 09:39:37 +02:00
Matthias Ringwald
8c9f78e5bf deamon: fix compile warnings with H2 2016-09-28 09:38:51 +02:00
Milanka Ringwald
3027d94f59 avdtp: declare capabilities 2016-09-27 18:09:56 +02:00
Milanka Ringwald
a23045e2bf extend btstack defines, and memory generator 2016-09-27 15:17:16 +02:00
Matthias Ringwald
15ce125b62 Merge branch 'develop' 2016-09-27 15:08:55 +02:00
Milanka Ringwald
1691a5f70a Merge branch 'develop' into a2dp 2016-09-27 15:08:08 +02:00
Milanka Ringwald
d1f5506b27 Merge branch 'a2dp' of https://github.com/bluekitchen/btstack into a2dp 2016-09-27 15:07:41 +02:00