简体   繁体   中英

How to make an Android phone as bluetooth headset

I have 2 Android Phones, and I want to connect them together via bluetooth, and make one of them a bluetooth headset.

So, my question is how to program the second phone to change its role profile to "Bluetooth Headset" when establishing the connection ?

I've found this post but my question is a little bit different

Thank for any advice or idea :)

You cannot on Android. At least using the built-in Bluetooth A2DP profile.

Your phone will only act as a transmitter (source) , not a receiver (sink) .

Please look at these two answers I gave on why this is not possible :

You can, on the other hand, develop two apps each acting as a client/server using your own protocol. The server could be streaming audio content to the client via Bluetooth for instance.

Another way to consider this, since using an Android device as an A2DP sink is not feasible on every phone, is building these two apps using your wifi connection. It could be much more rapid and the sound sound be of a much better quality.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM