Answer phone calls on Android from PC via Bluetooth

I have a computer (where the Java program works), a Bluetooth dongle and an Android device (2.3.6), and you want to use the PC’s microphone / headset / speakers to answer the call via Bluetooth. I ask one more question here , but it seems we do not understand each other. I don’t want to talk to a PC with a connected Android device, I want to answer incoming calls from a PC (use the PC as a Bluetooth headset or an HFP headset or something like that). I found an application on play.google.com that implemented such things here .

+5
source share
1 answer

The easiest way is to make the computer act like a Handsfree for Bluetooth kit, in fact, it is already implemented in most operating systems with or without additional software.

In this case, you really do not need an Android application, since you can use the built-in HFP client.

If you want to implement the server yourself using Java, you can look at this: http://today.java.net/pub/a/today/2004/07/27/bluetooth.html

You also need to take a look at the Bluetooth Hands-Free Profile (HFP) protocol: http://www.mcpc-jp.org/news/pdf/CCAP_Guideline_Ver10a.pdf

+3
source

All Articles