1042 Commits

Author SHA1 Message Date
Milanka Ringwald
009fe4535e avdtp: fixed counting of l2cap channels 2016-11-02 11:01:02 +01:00
Milanka Ringwald
9e7c13a415 Merge branch 'a2dp' of https://github.com/bluekitchen/btstack into a2dp 2016-10-31 15:52:26 +01:00
Milanka Ringwald
778a7f1f6e avdtp: extracted initiator and acceptor role 2016-10-31 15:50:00 +01:00
Matthias Ringwald
780ba00b7c pts: fix accept incoming classic connection 2016-10-27 11:49:02 +02:00
Matthias Ringwald
4231322a14 pts: fix compile 2016-10-26 12:53:21 +02:00
Matthias Ringwald
0df8d1945b test/ringbuffer: fix test 2016-10-20 15:27:48 +02:00
Matthias Ringwald
e3fdd822bb test/ringbuffer: fix test 2016-10-20 15:26:53 +02:00
Milanka Ringwald
e270cb7d03 fix ring buffer read 2016-10-20 15:17:57 +02:00
Milanka Ringwald
ddaf35c757 add ring buffer implementation 2016-10-20 15:17:41 +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
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
Matthias Ringwald
4427624894 add LE Data Channel Events (L2CAP_EVENT_LE_*). implement can send now logic 2016-10-18 11:49:04 +02:00
Milanka Ringwald
bc37f7b0d0 add ring buffer implementation 2016-10-17 23:54:12 +02:00
Matthias Ringwald
cab29d481b use ENABLE_LE_DATA_CHANNELS, add compile flag to doc 2016-10-14 16:00:59 +02:00
Matthias Ringwald
8e6286ddc5 Merge branch 'develop' into le-data-channel 2016-10-14 15:38:50 +02:00
Matthias Ringwald
83fd9c76e2 validate security level on incoming le data channel connection requests 2016-10-14 15:31:14 +02:00
Matthias Ringwald
636dcb6155 pts: use cid_le for disconect 2016-10-14 11:08:00 +02:00
Milanka Ringwald
9846e07c2a fix procces sbc data 2016-10-12 16:53:34 +02:00
Matthias Ringwald
7dafa7502d require hci connection for l2cap le data channels 2016-10-12 12:27:20 +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
Matthias Ringwald
1ba1a8829a fix common realloc mistake 2016-10-07 22:10:36 +02:00
Matthias Ringwald
e5b5b3745f pts: extend le_data_channel test 2016-10-07 20:53:16 +02:00
Matthias Ringwald
63f0ac45ed l2cap: extend test, fix bugs, add missing checks to pass PTS 2016-10-06 16:09:54 +02:00
Matthias Ringwald
85aeef606d l2cap: count credits with le data channels. implement auto credits 2016-10-05 22:09:32 +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
Matthias Ringwald
7f107eda76 l2cap: fragment outgoing le data channel SDU 2016-10-05 15:49:18 +02:00
Matthias Ringwald
828a7f7ad0 l2cap: implement le disconnect 2016-10-05 11:58:27 +02:00
Matthias Ringwald
64e11ca9ae l2cap: send/receive le data channel SDUs that fit into single packet 2016-10-05 11:01:26 +02:00
Matthias Ringwald
991fea48d1 l2cap: close l2cap le connection on hci disconnect 2016-10-04 16:32:28 +02:00
Matthias Ringwald
230174734c l2cap: send and receive le connection response accept 2016-10-04 16:05:27 +02:00
Matthias Ringwald
1b8b8d056f l2cap: send and handle le connection decline 2016-10-04 15:48:27 +02:00
Milanka Ringwald
5b7b47f2d5 Merge branch 'develop' into a2dp 2016-10-04 11:57:14 +02:00
Matthias Ringwald
fcea67036c Merge branch 'develop' into le-data-channel 2016-10-04 11:46:19 +02:00
Matthias Ringwald
58e7732a24 fix compile in tests 2016-10-03 11:26:44 +02:00
Matthias Ringwald
fac60fea7b fix compile 2016-09-29 16:06:01 +02:00
Milanka Ringwald
328c17f5c5 avdtp: extend streaming end point with capabilities 2016-09-28 12:07:40 +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
Milanka Ringwald
1691a5f70a Merge branch 'develop' into a2dp 2016-09-27 15:08:08 +02:00
Milanka Ringwald
f33d36711a test: hfp add missing test files 2016-09-27 15:05:38 +02:00
Milanka Ringwald
8d33285de7 remove wav and sbc files that are not needed 2016-09-27 14:59:57 +02:00
Milanka Ringwald
0da6253892 move code from test to avdp_sink file, implement connect/disconnect 2016-09-26 22:44:45 +02:00
Milanka Ringwald
ec3ca939d3 Makefile 2016-09-26 22:44:32 +02:00
Milanka Ringwald
d0c4aea60c HFP: Emit codec event after SCO connection is established, CODECS event is deleted, codec added as param in AUDIO_CONN event 2016-09-19 15:53:35 +02:00
Milanka Ringwald
249f614da0 use wav util 2016-09-19 15:02:59 +02:00