2

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.

TC Ling
  • 29
  • 1

1 Answers1

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