1

I have connected Bluetooth with GATT profile using CoreBluetooth framework in objective-C.

I want to connect Blutooth with AVRCP profile.

How can I use the AVRCP Blutooth profile ?

Any reference/sample code will helpful.

Vineesh TP
  • 7,755
  • 12
  • 66
  • 130
  • You can't connect to legacy Bluetooth devices in your app. The user can pair and connect via settings. Once it is connected you can select the audio destination using AVAudioSession - http://stackoverflow.com/questions/20896528/how-to-find-bluetooth-audio-devices-in-ios – Paulw11 Aug 31 '15 at 07:31
  • @Paulw11: With CoreBluetooth framework we can't connect external devices. But, Can we connect by using ExternalAccesoryFramework ? – Vineesh TP Aug 31 '15 at 07:58
  • You can use that framework for legacy mFI devices but not for generic devices such as AVRCP as far as I know – Paulw11 Aug 31 '15 at 07:59

0 Answers0