How to set android as Bluetooth Sink to act like a Bluetooth earphones

261 views Asked by At

I'm working on a Android app which needs to work with similar functionalities of Bluetooth earphones. i.e., when I connect the mobile (in which my app installed) to other bluetooth devices like pc or another mobile, i need to set the moble as a receiver and want to play audio of those source devices in this mobile speaker. As of my research to achieve this functionality, I need to set the bluetooth in mobile as sink (receiver).

But I found no way to achieve this directly in Android, but we can use some reflections to make this possible.

here are some of the resources that I referred.

any help/suggesions would greatly appreciated.

0

There are 0 answers