3

I have to connect A2DP from mobile to a sink device programmatically on android 2.3.3

I know a Mac address and a name of the sink device and I am going to use them.

But I could not find any apis to do that.

flx
  • 14,146
  • 11
  • 55
  • 70
yong
  • 63
  • 1
  • 5
  • If anyone has any information on how to achieve this in later versions of Android (4.2+) too, I'd be hugely grateful. – Ted Mar 06 '14 at 17:31

1 Answers1

0

Hi Please refer this link Actually this API is hidden. So need to remove that annotation and customize android.jar. Then you can call connectSink(). Any ways mentioned link is having useful detail for this.

Community
  • 1
  • 1
Ankit
  • 256
  • 1
  • 9