docs: Add explanations for the A2DP sink stream and AVRCP examples

- Modify the path of A2DP sink example
This commit is contained in:
yangfeng
2025-10-11 11:11:49 +08:00
parent 809327f5fd
commit 167f52d1ad
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Bluetooth® A2DP API
Application Examples
--------------------
- :example:`bluetooth/bluedroid/classic_bt/a2dp_sink` demonstrates how to implement an audio sink device using the Advanced Audio Distribution Profile (A2DP) to receive audio streams. This example also shows how to use AVRCP for media information notifications and I2S for audio stream output.
- :example:`bluetooth/bluedroid/classic_bt/a2dp_sink_stream` demonstrates how to implement an audio sink device using the Advanced Audio Distribution Profile (A2DP) to receive audio streams. This example also shows how to use I2S for audio stream output.
- :example:`bluetooth/bluedroid/classic_bt/a2dp_source` demonstrates how to use A2DP APIs to transmit audio streams.
@@ -6,6 +6,15 @@ Overview
Bluetooth AVRCP reference APIs.
Application Examples
--------------------
- :example:`bluetooth/bluedroid/classic_bt/avrcp_absolute_volume` demonstrates how to implement Audio/Video Remote Control Profile to control absolute volume.
- :example:`bluetooth/bluedroid/classic_bt/avrcp_ct_metadata` demonstrates how to implement Audio/Video Remote Control Profile to get metadata.
- :example:`bluetooth/bluedroid/classic_bt/avrcp_ct_cover_art` demonstrates how to implement Audio/Video Remote Control Profile to get and display cover art image.
API Reference
-------------