docu: add usage to a2dp demos

This commit is contained in:
Milanka Ringwald 2017-11-01 12:25:25 +01:00
parent 185fb1d27e
commit d5e631f6ca
2 changed files with 13 additions and 0 deletions

View File

@ -49,6 +49,14 @@
* the AVRCP Controller is used to get information on currently played media,
* such are title, artist and album, as well as to control the playback,
* i.e. to play, stop, repeat, etc.
*
* @test To test with a remote device, e.g. a mobile phone,
* pair from the remote device with the demo, then start playing music on the remote device.
* Alternatively, set the device_addr_string to the Bluetooth address of your
* remote device in the code, and call connect from the UI.
*
* @test To controll the playback, tap SPACE on the console to show the available
* AVRCP commands.
*/
// *****************************************************************************

View File

@ -48,6 +48,11 @@
* to a remote A2DP Sink device and how to switch between two audio data sources.
* In addition, the AVRCP Target is used to answer queries on currently played media,
* as well as to handle remote playback control, i.e. play, stop, repeat, etc.
*
* @test To test with a remote device, e.g. a Bluetooth speaker,
* 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.
*/
// *****************************************************************************