72 Commits

Author SHA1 Message Date
Matthias Ringwald
f2597df949 a2dp_sink_demo: set nominal factor to 1.00 2019-11-19 17:11:36 +01:00
Milanka Ringwald
8b94010e12 avdtp: forward A2DP_SUBEVENT_SIGNALING_DELAY_REPORT as event to client app; change a2dp sink return value of a2dp_sink_create_stream_endpoint from status to stream endpoint 2019-09-20 14:19:40 +02:00
Matthias Ringwald
e501bae083 Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1) 2019-05-11 19:31:55 +02:00
Milanka Ringwald
a62edf8ad2 a2dp_demo: fix supported features 2019-03-05 14:34:38 +01:00
Milanka Ringwald
492f25412c a2dp_sink_demo: write sbc file without btstack_audio configured 2019-03-04 22:25:57 +01:00
Milanka Ringwald
9045ed0099 a2dp_sink_demo: write wav file without btstack_audio configured 2019-03-04 22:20:28 +01:00
Milanka Ringwald
1bf4f2ab81 a2dp_sink_demo: use start and stop stream 2019-03-04 16:37:54 +01:00
Matthias Ringwald
d365bb511a update examples for split audio interface 2019-02-24 13:04:35 +01:00
Dirk Helbig
e39d945b26 btstack_audio: split audio interface into source / sink 2019-02-24 12:44:10 +01:00
Matthias Ringwald
bcbbbb4271 a2dp_sink_demo: allow 0..100% volume 2019-02-21 22:50:26 +01:00
Milanka Ringwald
bf872d3b80 a2dp_sink_demo: prettify output 2019-02-21 22:38:43 +01:00
Milanka Ringwald
f386e13436 a2dp_sink_demo: prettify console output 2019-02-21 22:28:07 +01:00
Milanka Ringwald
f55e1e3884 a2dp demo: cleanup printfs 2019-02-21 22:19:44 +01:00
Milanka Ringwald
502593062d a2dp taret demo: add volume control 2019-02-21 22:17:39 +01:00
Milanka Ringwald
14e3e2c227 a2dp sink demo: enable volume control as target 2019-02-21 22:17:39 +01:00
Matthias Ringwald
c5fccf8bfc a2dp_sink_demo: extract constants for drift compenstation 2019-02-21 15:17:25 +01:00
Matthias Ringwald
e9c5f44ee8 a2dp_sink_demo: use linear resampling to fix samplerate drift 2019-02-21 12:03:23 +01:00
Matthias Ringwald
ce00c6755a a2dp_sink_demo: fix size of decoded audio ring buffer to allow storing of complete sbc frame 2019-02-20 17:48:07 +01:00
Milanka Ringwald
4f0111eb9b avrcp: remove browsing flag from create SDP record as it is pat of supported features 2019-02-19 12:04:53 +01:00
Milanka Ringwald
1101489150 avrcp: introduce enum for suported features 2019-02-19 12:04:53 +01:00
Matthias Ringwald
98b77e7926 example/a2dp_sink_demo: show usage for space key 2019-02-08 16:26:58 +01:00
Matthias Ringwald
906fa6fc6d example/a2dp_sink_demo: remove temp debug output 2018-10-11 11:35:55 +02:00
Matthias Ringwald
32ea0426c8 example/a2dp_sink_demo: fix wav output if no btstack_audio implementation is active, also close media on signaling connection release 2018-10-11 11:35:11 +02:00
Matthias Ringwald
a4fe646795 example: register for events after setting up the stack, register for hci events after sm_init() 2018-08-24 10:03:14 +02:00
Matthias Ringwald
e075f7ae05 example/a2dp_sink_demo: fix compile 2018-08-03 22:34:53 +02:00
Matthias Ringwald
e22dfdb8aa example/a2dp_sink_demo: cleanup console interface 2018-08-03 22:14:45 +02:00
Matthias Ringwald
b23b09a59f example/a2dp_sink_demo: update to btstack_audio.h API 2018-07-20 16:13:33 +02:00
Milanka Ringwald
6fa3dbf269 avrcp controller: playback position change rate set to one sec, pass playback position changed event 2018-06-19 12:37:30 +02:00
Milanka Ringwald
d112090976 a2dp sink demo: update api calls 2018-04-27 15:45:50 +02:00
Milanka Ringwald
8177fff398 a2dp sink demo: add register track changed event 2018-04-24 14:39:58 +02:00
Matthias Ringwald
4be06e9f3c example/a2dp_sink: fix init for hal_audio_dma 2018-02-10 23:40:41 +01:00
Milanka Ringwald
813397ea25 sbc: remove bad frame num 2018-01-17 16:39:48 +01:00
Matthias Ringwald
173fff9bf3 example: fix warnings for printf of uint32_t values 2018-01-12 15:54:03 +01:00
Matthias Ringwald
d6778c2c6c a2dp_sink_demo: fix compile without stdin 2018-01-04 21:13:05 +01:00
Milanka Ringwald
9974aee0d2 avdtp sink: update API to retrun cmd status, fix reconfigure, remove printf from library 2017-12-15 16:11:34 +01:00
Milanka Ringwald
81c03ff0b8 a2dp: handle pin code request 2017-12-13 14:30:53 +01:00
Milanka Ringwald
baba939ba9 a2dp sink: fix typo 2017-11-24 16:37:07 +01:00
Milanka Ringwald
10b7d8c399 a2dp source: move sbc init from a2dp source to demo 2017-11-24 16:37:07 +01:00
Milanka Ringwald
3dfa93f535 a2dp source: fix cid chack on incoming connection 2017-11-24 16:37:07 +01:00
Milanka Ringwald
3290eaa8b0 a2dp sink demo: fix status of read_media_data_header and read_sbc_header 2017-11-24 16:37:07 +01:00
Milanka Ringwald
d5e631f6ca docu: add usage to a2dp demos 2017-11-01 12:25:28 +01:00
Milanka Ringwald
6fa8d4c7b0 a2dp source demo: update docu 2017-10-31 15:35:01 +01:00
Milanka Ringwald
dd955f23f1 a2dp sink demo: fix compile error 2017-10-31 14:33:05 +01:00
Milanka Ringwald
4dc98401be a2dp sink demo: add doku 2017-10-31 12:53:04 +01:00
Milanka Ringwald
6c333d061e a2dp sink demo: warning on avrcp cmds called beforeestablishing AVRCP connection 2017-10-27 10:21:19 +02:00
Milanka Ringwald
9635072ee4 a2dp sink demo: store dev address on incoming connection 2017-10-25 16:37:51 +02:00
Milanka Ringwald
b50123e9f2 a2dp sink demo: fix audio on stream restart 2017-10-17 15:10:42 +02:00
Milanka Ringwald
596b7fdcf4 a2dp sink: fix avdtp cid propagation 2017-10-17 12:50:33 +02:00
Matthias Ringwald
c246d1bbea a2dp_sink_demo: fix compile error 2017-10-13 15:27:14 +02:00
Milanka Ringwald
1bf7a74f31 avrcp: draft fragmentation implementation 2017-10-12 17:14:45 +02:00