Use Android device as a headset for another device
Asked Answered
H

1

12

When I use Bluetooth on my computer, I have a choice of a few different types of devices to look for. One choice is "headset".

I want to make an application that will connect to another device as though it is nothing but a headset. So the audio and microphone will route from the Android phone to the other device.

Is this possible within the Bluetooth API? If so, is the Bluetooth Chat example the best thing to start with for something like this? Most of the information I can find deals with the opposite situation (using an actual headset with an Android device.)

Hemicycle answered 17/12, 2010 at 20:56 Comment(3)
i am confused by your question, do you want the android device to act like a headset ?Darcie
In combination with smartcam, it would make a great wireless webcam+mic for skype.On
@fmjrey: or you can just install skype on androidDelighted
V
2

Most phones are only bluetooth masters, cannot act as devices... I am afraid you are out of luck... Unless what you are doing is on a completely different device and in that case, no, the API will not handle that case.

Vitamin answered 18/12, 2010 at 0:40 Comment(2)
Phones prefer to be master - they can be slave also sometime. Anyway being a master or slave has nothing to do with what it can or cannot do, the roles in bluetooth are symmetrical - it is the supported profiles that determines what it can or cannot doDarcie
This is a 2010 answer. In 2014 the answer is still NO (#19718402). In the future, perhaps, or with some kind of hack magic or specific APIs...Knute

© 2022 - 2024 — McMap. All rights reserved.