Esp-idf: I cannot use AVRCP mode without initializing A2DP (IDFGH-580)

Created on 23 Jan 2019  路  5Comments  路  Source: espressif/esp-idf

I want to use only the AVRCP mode so i started with the following example : a2dp_gatts_coex
When i flash it onto my board, here is the ouput of bluetoothctl :

[bluetooth]# info 20:47:DA:FB:93:65
Device 20:47:DA:FB:93:65 (public)
    Name: ESP_COEX_A2DP_DEMO
    Alias: ESP_COEX_A2DP_DEMO
    Class: 0x002c0414
    Icon: audio-card
    Paired: no
    Trusted: no
    Blocked: no
    Connected: no
    LegacyPairing: no
    UUID: Audio Sink                (0000110b-0000-1000-8000-00805f9b34fb)
    UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
    UUID: A/V Remote Control        (0000110e-0000-1000-8000-00805f9b34fb)
    RSSI: -50

That is working nicely enough so far - but now I want to get rid of the A2DP-part. My intuition was to just remove the esp_a2d_

I would have expected to now only see the UUIDs for "A/V Remote Control" - but there is just no UUIDs at all.

Regards,

Aur茅lien

Most helpful comment

Here is the kind of configuration i want :
image
Do you think it is possible with the current library ?

All 5 comments

Hi,

Is there someone who has already worked on a workaround for this issue. I really need AVRCP without AD2P ? If you have any idea, feel free to share :)

Best regards,

Aur茅lien

Here is the kind of configuration i want :
image
Do you think it is possible with the current library ?

@blueMoodBHD
Please help answer this question, thanks.

@Marc-Aurele Sorry to tell you that we can't use AVRCP without A2DP, now.

Hi @blueMoodBHD
Thank you very much for the reply. Indeed, we were suspecting that, as a result, we have switched on HID over GATT profil.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

LosDeiblos picture LosDeiblos  路  4Comments

ESP32DE picture ESP32DE  路  4Comments

feelfreelinux picture feelfreelinux  路  4Comments

lucascoxBAF picture lucascoxBAF  路  3Comments

bfriedkin picture bfriedkin  路  4Comments