1172 Commits

Author SHA1 Message Date
Milanka Ringwald
9344e45fa0 avdpt: performance test for encoder, decoder 2017-03-20 17:03:46 +01:00
Milanka Ringwald
3f8ff0dcb6 avdtp: source sends audio at const. speed 2017-03-20 16:27:24 +01:00
Milanka Ringwald
747ec64600 a2dp: avdtp source sends sbc frames at constant speed
a2dp: introduce context, move common code to avdtp.c

a2dp: wrap source functionality

a2dp: enable packet handler

a2dp: draft implemetation source open stream

avrcp: add streaming connection opened/released events

avdtp source: introduce timer for storing audio data at const fr., encode into sbc, and prepare for sending

wav_util: fix return of wav_reader_read_int16

sbc: rename sbc to msbc test

sbc: improve usage output

sbc: fix makefile

sbc: remove hardcoded bitrate

avdtp: add encode/decode sine example without using ring buffer

avdtp: move ring buffer to stream endpoint

avdtp: add encode/decode test with ring buffer

sbc: use btstack_sbc_encoder_num_audio_frames - 1 audio frame contains 1 audio sample for mono and 2 for stereo

sbc: use btstack_sbc_encoder_num_audio_frames - 1 audio frame contains 1 audio sample for mono and 2 for stereo

sbc: revert sample counting

avdtp: source sending correct audio first time

avdtp: shorter timer for audio generation gets correct stream

avdtp: set state to AVDTP_STREAM_ENDPOINT_STREAMING_W2_SEND when more data is ready

avdtp: introduce transport category as mandatory

avdtp: introduce transport category as mandatory
2017-03-20 11:43:41 +01:00
Milanka Ringwald
be32e7f162 avrcp: promote avrcp to src/classic folder 2017-03-01 16:17:03 +01:00
Milanka Ringwald
15fddeb817 avrcp: remove debug info for now playing event 2017-03-01 16:05:42 +01:00
Milanka Ringwald
2ee51a9031 avrcp: print new line 2017-03-01 16:01:50 +01:00
Milanka Ringwald
1e1e0942d6 avrcp: added missing event 2017-03-01 16:01:49 +01:00
Matthias Ringwald
e222d6a026 avrcp: reorder fields in AVRCP_SUBEVENT_NOW_PLAYING_INFO, extend event generator to handle multiple variable length fields 2017-03-01 16:01:49 +01:00
Milanka Ringwald
8da210c895 avrcp: draft send play info 2017-03-01 16:01:49 +01:00
Milanka Ringwald
2a029560d7 avrcp: introduced shuffle and repeat 2017-03-01 16:01:49 +01:00
Milanka Ringwald
96b12aa570 avrcp: fix enable disable 2017-03-01 16:01:49 +01:00
Matthias Ringwald
43b285efe5 tests: disable maths while it fails to build on build server 2017-02-27 20:43:10 +01:00
Matthias Ringwald
f7cf838843 tests: add avdtp, avrcp, and maths to list 2017-02-27 20:32:07 +01:00
Matthias Ringwald
a713a5a8ad tests: fix by using previous number of le device db entries (4) 2017-02-20 11:34:26 +01:00
Matthias Ringwald
53be73e88a tests: fix compile 2017-02-20 11:30:58 +01:00
Matthias Ringwald
2d7d53414a avrcp: cosmetic 2017-02-10 11:40:55 +01:00
Milanka Ringwald
cd41da7eac avrcp: play info event 2017-02-10 11:07:03 +01:00
Milanka Ringwald
c0be161c3a avrcp: register/deregister notifications 2017-02-10 11:07:03 +01:00
Milanka Ringwald
c6906b0bac avrcp: volume control 2017-02-10 11:07:03 +01:00
Milanka Ringwald
e93ab60652 avrcp: get now playing media info 2017-02-10 11:07:03 +01:00
Milanka Ringwald
7c8a70a56f avrcp: fix get play status 2017-02-10 11:07:03 +01:00
Milanka Ringwald
1270af140e avrcp: get play status 2017-02-10 11:07:03 +01:00
Milanka Ringwald
a85ed257c2 avrcp: add 2sec resend timeout for fast forward and rewind 2017-02-10 11:07:03 +01:00
Milanka Ringwald
746b4852b8 avrcp fix backw., forw., rewind does not work 2017-02-10 11:07:03 +01:00
Milanka Ringwald
d144ca3efe avrcp: pass through basic controll cmds, not all working 2017-02-10 11:07:03 +01:00
Milanka Ringwald
49bbb6f27b avrcp: get capabilities draft 2017-02-10 11:07:03 +01:00
Milanka Ringwald
4217b63bd9 avrcp: unit info cmd 2017-02-10 11:07:03 +01:00
Milanka Ringwald
decc740c46 avrcp: send cmd unit_info 2017-02-10 11:07:03 +01:00
Milanka Ringwald
91451a2b33 avrcp: basic setup 2017-02-10 11:07:03 +01:00
Matthias Ringwald
f12924e0a6 Remove ENABLE_LOG_INTO_HCI_DUMP - it only affected console output and there enabled/disabled the timestamp 2017-01-30 17:03:37 +01:00
Matthias Ringwald
0657d3c47f hfp: fix test 2017-01-30 16:30:12 +01:00
Milanka Ringwald
d982552ac9 avdtp: files moved to src/classic 2017-01-30 15:19:24 +01:00
Milanka Ringwald
8ef7100f5b avdtp: files moved to src/classic 2017-01-30 15:18:39 +01:00
Milanka Ringwald
6d5e5836ab Merge branch 'develop' into a2dp 2017-01-30 14:53:14 +01:00
Matthias Ringwald
d43fe610a0 test/ringbuffer: update test 2017-01-26 17:44:52 +01:00
Milanka Ringwald
946a37efd8 rewrite initiator 2017-01-26 00:20:42 +01:00
Matthias Ringwald
fac2e2fe9d hfp: use 16-bit samples for narrow-band / CVSD 2017-01-23 14:59:39 +01:00
Matthias Ringwald
815e8f5127 test/hfp: create 16-bit live sample, but use 8-bit for tst 2017-01-23 12:42:34 +01:00
Milanka Ringwald
4d9f17ecb7 avdtp: fix compile warning 2017-01-18 15:38:17 +01:00
Milanka Ringwald
4d6cff8950 Merge branch 'develop' into a2dp 2017-01-18 15:34:08 +01:00
Milanka Ringwald
2176119607 fix bug: crash in log, initiator: serch for associated sep 2017-01-18 15:32:17 +01:00
Milanka Ringwald
ce9654bbbd Merge branch 'a2dp' of https://github.com/bluekitchen/btstack into a2dp 2017-01-18 14:26:02 +01:00
Milanka Ringwald
2c708e8a27 introduced general reject and reject events 2017-01-18 14:25:38 +01:00
Milanka Ringwald
b11b13823a rename state, sort states in initiator 2017-01-18 11:57:29 +01:00
Matthias Ringwald
b95a5a357a gap_le: cleanup use of own address for scanning, advertisements, and connection creation 2017-01-18 11:50:45 +01:00
Matthias Ringwald
966a8e4699 add -Wunused-parameter warning and fix warnings 2017-01-17 20:01:28 +01:00
Matthias Ringwald
026180f8e2 Merge branch 'develop' into a2dp 2017-01-17 17:31:14 +01:00
Matthias Ringwald
98e071b73b avdtp_test: fix unused warnings 2017-01-17 17:16:07 +01:00
Milanka Ringwald
190e79692b Merge branch 'develop' into a2dp 2017-01-17 16:59:07 +01:00
Milanka Ringwald
4894bf58ce remove set connection 2017-01-17 16:58:14 +01:00