3

I want to make my PC as AVRCP bluetooth controller (CT) and handle a device which supports AVRCP bluetooth profile This has to be done using python scripting. Can I achieve this from pyBluez. If yes can some one give me some pointer of how to achieve this.

Thanks in Advance

Shrikanth Kalluraya
  • 1,099
  • 1
  • 16
  • 34

2 Answers2

1

There is a new Linux Bluetooth Stack supporting AVRCP. See here.

There seems to be an implementation of AVRCP in Python here.

Have a look at it and try it.

Radu
  • 2,076
  • 2
  • 20
  • 40
1

I'm also exploring this area. Further to the links provided by Radu, I've found https://trac.ctdo.de/ctdo/browser/btctl/src/pyavrcp which appears to implement the controller (CT) side of AVRCP, as well as the target (player).

Alex Willmer
  • 491
  • 4
  • 14