I am working on an application in which I have to recognize bluetooth headset voice. I have troubled a lot but still not get any solution.
I am following this link:
Using the Android RecognizerIntent with a bluetooth headset
And every time I m getting false from it mBluetoothAdapter.getProfileProxy(mContext, mHeadsetProfileListener, BluetoothProfile.HEADSET)
in startBluetooth11() method.
Please help.