Questions tagged [avrcp]

Audio/Video, Remote Control Profile. AVRCP is a profile that has been defined and adopted by the Bluetooth Special Interest Group (Bluetooth SIG) to provide a standard interface to control various equipment via a single device.

Taken from Wikipedia:

[AVRCP is a profile] defined and adopted by the Bluetooth SIG:

Audio/Video Remote Control Profile (AVRCP)

This profile is designed to provide a standard interface to control TVs, Hi-fi equipment, etc. to allow a single remote control (or other device) to control all of the A/V equipment to which a user has access. It may be used in concert with A2DP or VDP.

It has the possibility for vendor-dependent extensions.

AVRCP has several versions with significantly increasing functionality:

  • 1.0—Basic remote control commands (play/pause/stop, etc.)
  • 1.3—all of 1.0 plus metadata and media-player state support
    • The status of the music source (playing, stopped, etc.)
    • Metadata information on the track itself (artist, track name, etc.).
  • 1.4—all of 1.0, 1.3, plus media browsing capabilities for multiple media players
    • Browsing and manipulation of multiple players
    • Browsing of media metadata per media player, including a "Now Playing" list
    • Basic search capabilities
58 questions
0
votes
1 answer

Interpret AVRCP packets

After some mucking about, I have got a pybluez script to connect to an AVRCP profile on various devices, and read the responses. Code snippet: addr="e2:8b:8e:89:6c:07" #S530 white port=23 if (port>0): print("Attempting to connect to L2CAP port…
Robbie Matthews
  • 1,404
  • 14
  • 22
0
votes
0 answers

Is it possible to make an L2CAP socket connection by using Bluetooth?

I have a collection of bluetooth earpieces and wanted to be able to connect directly to their AVRCP profile. The main sticking point is that there is no publicly accessible way to construction an L2CAP socket. In theory the code below ought to…
Robbie Matthews
  • 1,404
  • 14
  • 22
0
votes
1 answer

beaglebone black wireless bluetooth AVRCP

I am working on a project with the beagle bone black wireless, where I need to be able to send music control commands to a phone. Note, I don't want to stream music to my beaglebone. I have spent about a week looking online, and found very little…
DellanX
  • 23
  • 1
  • 7
0
votes
0 answers

How to implement avrcp features (play, pause, prev, next) in bluetooth app

I am creating a bluetooth app, where I need to give the player controls in my app. First the iPhone is connected to bluetooth speaker and plays songs via phone music player app. Now if I open my app, I need to play, pause, prev, next that song. I…
Gypsa
  • 11,230
  • 6
  • 44
  • 82
0
votes
1 answer

Bluetooth Module AVRCP and UART

I wonder before buying Bluetooth modules can stream audio and transmit data at the same time ? I vill use AVRCP profile or A2DP profile for streaming audio. While using this stream modes can modules send or recieve serial data from smartphone or…
0
votes
1 answer

Android Bluetooth METADATA not working as wanted on car radio

I am developing an app that streams internet radio to my car radio via bluetooth. All sound related and remote control stuff works but I have a problem sending metadata to my car radio "Bolero Skoda some Alpine OEM". When I send metadata it is…
0
votes
1 answer

RemoteControlClient not appearing on lock screen

So I'm using the following code in attempt to show metadata on Bluetooth AVRCP-Compatible devices, but haven't had any luck so far. No controls are appearing on the lockscreen, which leads me to believe that the RemoteControlClient` isn't working as…
Jack Wilsdon
  • 6,706
  • 11
  • 44
  • 87
0
votes
0 answers

How To Programmatically Communicate With Native iOS Bluetooth Profiles?

iOS natively supports several Bluetooth profiles as described here http://support.apple.com/kb/HT3647. The question is how do I programmatically communicate with the native iOS Bluetooth profiles? For example, let's say that I want to create an app…
Oak
  • 165
  • 2
  • 14
0
votes
0 answers

Test Android RemoteControlClient without actual device

Is there way to test app RemoteControlClient functionality without actual Bluetooth device that supports AVRCP 1.3 or higher profile?
user1744147
  • 1,099
  • 13
  • 30
0
votes
1 answer

Get AVRCP and BlueZ to work for controlling phone

not sure if I got everything right so please be a bit patient with me ;-) I setup my RPi with BlueZ + pulse (on Rasbian) audio working as A2DP receiver and it works like charm with my iPhone and iPad. For my project I would like to implement AVRCP…
p1ngu1n
  • 33
  • 1
  • 6
0
votes
1 answer

How are you able to get an A2DP bluetooth profile to work using bluetooth 4.0 (BLE)? Do I need an AptX codec?

I’ve been reading that BLE only works with a small amount of profiles (based on GATT and other smaller use specific profiles), but I’ve seen many Bluetooth 4.0 headphones that use A2DP available on the market (examples below). However, all of the…
0
votes
1 answer

AVRCP for Windows phone 8?

I have a project for multimedia player running on WP8. Does WP8 SDK supports AVRCP that user can control playback from Bluetooth device? What APIs or events I should use to receive control events? Thanks!
thsieh
  • 620
  • 8
  • 24
0
votes
2 answers

Avrcp configuration for Bluez

I have been trying to bring avrcp control up from my ubuntu desktop to control the music played on my mobile. Bluetooth Stack Used: Bluez 4.101 But i am not seeing the intefaces org.bluez.MediaTransport or Org.Bluez.Control enable on Dbus. What…
Dhanesh
  • 1,121
  • 2
  • 18
  • 28
1 2 3
4