[android-developers] Re: turning android into Bluetooth headset

2016-06-09 Thread ckadiyal
After some research I came to know that HSP profile support was there before Android 4.1 in Bluez stack and then Android switched back to the Bluedroid. So can anyone guide me how to add the HSP support in Bluedroid stack. -- You received this message because you are subscribed to the Google G

[android-developers] turning android into Bluetooth headset

2016-06-08 Thread ckadiyal
Hi, I am working on Android device running full android kitkat. I want to implement bluetooth headset functionality to it so user can make and receive calls to and from the wear over the bluetooth from it via connected android phone.The device already have A2DP sink functionality enabled.What s