I want to make my PC as AVRCP bluetooth controller (CT) and handle a dev开发者_如何学编程ice 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
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.
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).
精彩评论