Exactly what is the equivalent of that profile(AVRCP) that I can implement on BLE device? Remember the control unit on a Bluetooth headphone(play/pause, next/previous)? My goal is to make that control unit using BLE. The sound is still coming out from the phone, no headphone required. More like a remote control for music player in android phone.
Asked
Active
Viewed 540 times
2
-
you want to control your Music App or just any Android Music App? – Neo Mar 10 '18 at 08:37
-
Mine, a simple music app that can play any file with .mp3 extension from SD. Basic control such as play/pause and next/previous is enough. – TC Ling Mar 10 '18 at 11:41
-
Then you can just define your own commands in the app and have the device send these commands.should be easy – Neo Mar 10 '18 at 12:30
-
Hey how about accepting the one answer below. – Rob Gorman Aug 19 '19 at 19:05
1 Answers
1
There is no equivalent. You will need to define a custom GATT service with the commands you need.

Rob Gorman
- 3,502
- 5
- 28
- 45