From 6ff556f67e95f414d4bd7ba0f439fd97c1097d8d Mon Sep 17 00:00:00 2001 From: Milanka Ringwald Date: Wed, 25 Mar 2020 10:06:25 +0100 Subject: [PATCH] ad2p_demo: document URL to blog post --- example/a2dp_sink_demo.c | 4 ++++ example/a2dp_source_demo.c | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/example/a2dp_sink_demo.c b/example/a2dp_sink_demo.c index e4553c2c4..2b0cd70d4 100644 --- a/example/a2dp_sink_demo.c +++ b/example/a2dp_sink_demo.c @@ -57,6 +57,10 @@ * * @test To controll the playback, tap SPACE on the console to show the available * AVRCP commands. + * + * For more info on BTstack audio, see our blog post + * [A2DP Sink and Source on STM32 F4 Discovery Board](http://bluekitchen-gmbh.com/a2dp-sink-and-source-on-stm32-f4-discovery-board/). + * */ // ***************************************************************************** diff --git a/example/a2dp_source_demo.c b/example/a2dp_source_demo.c index 20a386b73..64080325d 100644 --- a/example/a2dp_source_demo.c +++ b/example/a2dp_source_demo.c @@ -53,6 +53,10 @@ * set the device_addr_string to the Bluetooth address of your * remote device in the code, and use the UI to connect and start playback. * Tap SPACE on the console to show the available commands. + * + * For more info on BTstack audio, see our blog post + * [A2DP Sink and Source on STM32 F4 Discovery Board](http://bluekitchen-gmbh.com/a2dp-sink-and-source-on-stm32-f4-discovery-board/). + * */ // *****************************************************************************