Search found 2 matches
- Tue Jan 07, 2020 1:35 am
- Forum: General Discussion
- Topic: bluetooth: Need help with A2DP/AVRC Vendor Response to GetElementAttributes (0x20)
- Replies: 1
- Views: 2123
Re: bluetooth: Need help with A2DP/AVRC Vendor Response to GetElementAttributes (0x20)
I finally got it figured it out. I wasn't seeing error messages because I had set the evt flag to 1. After setting that to zero, I started getting messages about invalid attribute id for the GetElementAttributes and noticed that I had passed the incorrect structure. changes to components/bt/host/blu...
- Mon Jan 06, 2020 9:46 pm
- Forum: General Discussion
- Topic: bluetooth: Need help with A2DP/AVRC Vendor Response to GetElementAttributes (0x20)
- Replies: 1
- Views: 2123
bluetooth: Need help with A2DP/AVRC Vendor Response to GetElementAttributes (0x20)
New ESP32 user here. I'm working on an ESP32 enabled device that acts as a A2DP-SRC/AVRC target that should send audio / media title to a remote AVRC controller display / A2DP sink. I'm using the V4 master branch source (to get the AVRC TARGET code). Starting with the A2DP/AVRC source, I have been a...