Qt Bluetooth AVRCP Implementation

660 views Asked by At

I'm working on Qt project and I successfully implemented Bluetooth connection using "HandsfreeAudioGateway" so I can stream audio.

As a next step I would like to implement AVRCP to control the audio player over Bluetooth.

Looks like Qt doesn't support AVRCP yet. On the other hand BlueZ has mediaAPI which I don't know how to use it in Qt.

If you can show me a way or an example to figure it out, would be appreciated.

Cheers!

1

There are 1 answers

0
talamaki On

You could take a look at bluez-qt which is a Qt wrapper for Bluez 5 DBus API.

BluezQt::MediaPlayer represents a media player interface and might be a way forward for you.