Commit Graph

1065 Commits

Author SHA1 Message Date
Milanka Ringwald
9f951df8c7 avrcp+avdtp sink: add joined demo 2017-06-13 15:23:23 +02:00
Matthias Ringwald
57b7fe851d avrcp: fix test 2017-06-09 18:05:46 +02:00
Matthias Ringwald
8ef2e44b9b avrcp: use play_status in AVRCP_SUBEVENT_NOTIFICATION_PLAYBACK_STATUS_CHANGED as it is the same as in AVRCP_SUBEVENT_PLAY_STATUS 2017-06-09 17:49:27 +02:00
Matthias Ringwald
0f76c2d709 avrcp: emit connestion established with error code on failure 2017-06-09 14:51:46 +02:00
Milanka Ringwald
294335f1d3 avrcp: clean disconnect, improve notification registration 2017-06-07 23:46:44 +02:00
Milanka Ringwald
b193c45e22 avrcp: use l2cap cid instead of handle 2017-06-07 22:50:10 +02:00
Milanka Ringwald
9cc1f3ce08 avrcp: fix state transition when notification comes before response 2017-06-07 15:09:27 +02:00
Matthias Ringwald
d9f53676a5 test/flash_tlv: sort link key db using btstack_tlv on top of hal_flash_sector into main folders 2017-06-05 11:52:35 +02:00
Matthias Ringwald
25023b006d test/flash_tlv: implement btstack_link_key_db_tlv based on btstack_tlv 2017-06-04 23:09:58 +02:00
Matthias Ringwald
6fed001717 test/flash_tlv: clean tlv interator function names 2017-06-04 21:10:06 +02:00
Matthias Ringwald
e801db5eef test/flash_tlv: convert btstack_tlv.h into struct interface 2017-06-04 17:54:47 +02:00
Matthias Ringwald
b7a1e5370f test/flash_tlv: store data in hal_flash_sector_memory_t and use in higher layer 2017-06-04 17:01:11 +02:00
Matthias Ringwald
6705d5660b test/flash_tlv: add context argument to hal_flash_sector_t interface 2017-06-04 16:37:09 +02:00
Matthias Ringwald
16b4f22c82 test/flash_tlv: convert hal_flash_sector into interface struct 2017-06-04 16:26:27 +02:00
Matthias Ringwald
91c4a2a3ef test/flash_tlv: drop hal_flash_init 2017-06-04 16:04:42 +02:00
Matthias Ringwald
89739e6fa3 test/flash_tlv: only validate that written location is set to 0xff instead of additional array 2017-06-04 16:00:02 +02:00
Matthias Ringwald
d5ff883d67 test/flash_tlv: only validate when BTSTACK_TEST is defined 2017-06-04 15:57:49 +02:00
Matthias Ringwald
03cec12ed2 test/flash_tlv: add delete tag test, write to log file 2017-06-04 14:14:28 +02:00
Matthias Ringwald
9a1fae912e test/flash_tlv: store Tag-Len-Value entries in NAND Flash 2017-06-04 00:45:55 +02:00
Matthias Ringwald
849f10d83f test/avdtp: remove avdtp_sink_demo as it is in examples now 2017-06-02 15:01:58 +02:00
Matthias Ringwald
08c0d996ca example/avdtp_sink: move avdtp_sink_demo to examples 2017-06-02 14:32:04 +02:00
Matthias Ringwald
b0ffbc3514 avdtp: handle streaming pause by playing silence, log sbc frame count 2017-06-02 13:32:38 +02:00
Matthias Ringwald
58c5602194 avdtp: support audio playback via hal_audio_dma.h, minimal drift compensation based on number of queued sbc frames 2017-06-02 11:21:56 +02:00
Milanka Ringwald
eacb07ef8f plot sbc buffer, expects file sbc-buffer.csv 2017-05-31 12:46:55 +02:00
Matthias Ringwald
f40f8caeca example: new avdtp_source_demo example that plays 441 hz sine or small mod file 2017-05-29 12:51:46 +02:00
Matthias Ringwald
f45a46c362 test/avdtp: avdtp source only request to send once 2017-05-29 12:31:35 +02:00
Matthias Ringwald
44ea643833 test/avdtp: fix include paths 2017-05-27 22:48:54 +02:00
Matthias Ringwald
95a8ee01a4 btstack_stdin: provide console input in callback 2017-05-27 21:50:39 +02:00
Matthias Ringwald
7ea7688a8f btstack_stdin: replace stdin_support.[ch] with btstack_stdin.h and platform implementations 2017-05-27 21:50:19 +02:00
Milanka Ringwald
b0920f2551 fix warnings in bluedroid and avdtp 2017-05-27 17:39:23 +02:00
Matthias Ringwald
9b4288df3b test/sbc: add sine decoder test 2017-05-23 16:56:52 +02:00
Matthias Ringwald
16f28706fd examples: use gap_pin_code_response in examples and tests 2017-05-22 11:44:40 +02:00
Milanka Ringwald
2a2b0ff57c updatet commentar 2017-05-19 19:58:39 +02:00
Milanka Ringwald
0da182f51c avdtp: mote sink test to pts 2017-05-19 19:51:31 +02:00
Milanka Ringwald
3e3fbf3df6 Merge branch 'avdtp-source2' into develop 2017-05-19 17:46:45 +02:00
Milanka Ringwald
49dda2734b use sine table, fix sink 2017-05-19 16:39:06 +02:00
Milanka Ringwald
692c060596 handle sdp query 2017-05-19 11:48:49 +02:00
Matthias Ringwald
49232d5c0e fix compile 2017-05-17 23:22:05 +02:00
Milanka Ringwald
34d146a321 avdtp source: add sdp query 2017-05-09 12:12:26 +02:00
Milanka Ringwald
061eb28ed0 avdtp_source_demo: remove ring buffer, ... 2017-05-02 23:26:27 +02:00
Milanka Ringwald
5e13d612c1 avdtp: don't store sbc frame size into ring buffer 2017-05-02 22:37:27 +02:00
Milanka Ringwald
b9beeeb278 avdtp: move read ring to uint8_t buffer to the app 2017-05-02 22:29:04 +02:00
Milanka Ringwald
94a654e1d7 use intermidiate sbc storage 2017-04-28 17:40:44 +02:00
Milanka Ringwald
1f6397ce22 calc num frames 2017-04-28 17:13:38 +02:00
Milanka Ringwald
8ca0814ab3 remove a2dp dependancy on sbc encoder 2017-04-28 15:19:42 +02:00
Milanka Ringwald
da4d68913d avdtp: fix send audio, enable mod 2017-04-26 15:46:32 +02:00
Milanka Ringwald
5cfe7f4cc8 fix sink demo, fix source demo sending audio 2017-04-26 12:25:11 +02:00
Milanka Ringwald
60ec20d049 introduce flags for suspend, abort, close 2017-04-25 17:12:36 +02:00
Milanka Ringwald
46e6b06306 clean up open/close stream api 2017-04-21 16:34:57 +02:00
Milanka Ringwald
0bdb280dbe source demo cleanup 2017-04-21 14:35:04 +02:00