mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-05 21:59:45 +00:00
docu: add usage to a2dp demos
This commit is contained in:
parent
185fb1d27e
commit
d5e631f6ca
@ -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.
|
||||
*/
|
||||
// *****************************************************************************
|
||||
|
||||
|
@ -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.
|
||||
*/
|
||||
// *****************************************************************************
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user