Get song title of bluetooth track
Posted: Sun Jul 14, 2024 7:15 pm
Is it possible to request/get the currently playing song title of a bluetooth connection through the bluetooth pipeline? I've seen that you can request the metadata through the Bluetooth® AVRCP API with the function esp_avrc_ct_send_metadata_cmd, but my starting point was the pipeline_bt_sink example (https://github.com/espressif/esp-adf/tr ... ne_bt_sink) of the adf so i would like to use the capabilities of the adf.
Are there other methods to get the metadata or specifically the song title?
Are there other methods to get the metadata or specifically the song title?