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 e7073b25d5
commit 09e448710b
3 changed files with 11 additions and 2 deletions
@@ -12,7 +12,7 @@ This is the example of using Advanced Audio Distribution Profile (A2DP) APIs to
### Hardware Required
This example is able to run on any commonly available ESP32 development board, and is supposed to connect to [A2DP sink example](../a2dp_sink) in ESP-IDF.
This example is able to run on any commonly available ESP32 development board, and is supposed to connect to [A2DP sink example](../a2dp_sink_stream) in ESP-IDF.
### Configure the project