How to use Android device as a bluetooth headset for another mobile phone? -
i want make android device working bluetooth headset. search android apis, find interface can make android device working masters, not device(bluetooth headset). i'm ready modify source codes of android os, , rebuild os. hope is, when android devices connect mobile phone bluetooth, android devices can work bluetooth headset. don't know whether there interfaces can this, or should modify android os? thank you!
you need implement hfp profile in android device, phone role ag(audio gateway) , headset roles hf(hands free) , think server , client role. connect rfcomm channel phone using uuid defined hf , have sdp record updated,changes required handle @ commands well. these initial changes, once done need handle audio packets(sco packets) voice calls
Comments
Post a Comment