Milanka Ringwald
|
7a646ea0f6
|
avdtp: rewrite for SM per stream endpoint
|
2016-11-15 17:17:19 +01:00 |
|
Milanka Ringwald
|
25234a7e05
|
Merge branch 'develop' into a2dp
Conflicts:
example/Makefile.inc
example/sco_demo_util.c
port/pic32-harmony/app.X/nbproject/Makefile-default.mk
port/pic32-harmony/app.X/nbproject/Makefile-genesis.properties
port/pic32-harmony/app.X/nbproject/configurations.xml
port/pic32-harmony/create_examples.py
src/classic/btstack_cvsd_plc.c
src/classic/btstack_sbc_bludroid.c
src/classic/btstack_sbc_plc.c
test/ring_buffer/.gitignore
|
2016-11-14 15:54:38 +01:00 |
|
Milanka Ringwald
|
40e1e61c3d
|
maths: aproximation of sqrt
|
2016-11-14 14:59:29 +01:00 |
|
Matthias Ringwald
|
2527d18c69
|
fix build
|
2016-11-10 22:00:31 +01:00 |
|
Milanka Ringwald
|
cfdc365d02
|
avdtp: rewrite to allow state machine per stream endpoint
|
2016-11-10 17:15:09 +01:00 |
|
Milanka Ringwald
|
0e826a1761
|
avdtp: rename struct
|
2016-11-10 15:20:01 +01:00 |
|
Milanka Ringwald
|
ec2c446c4d
|
avdtp: get all capabilities, acceptor role
|
2016-11-10 12:33:34 +01:00 |
|
Matthias Ringwald
|
67711d5ef9
|
linked_list: add pop and get_first_item operations
|
2016-11-07 13:08:44 +01:00 |
|
Milanka Ringwald
|
960a7f70ae
|
avdtp: fix incoming connection handling
|
2016-11-02 11:23:02 +01:00 |
|
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 |
|