我正在开发一个应用程序,我必须识别蓝牙耳机语音。我遇到了很多麻烦,但仍然没有得到任何解决方案。
我正在关注此链接:
Using the Android RecognizerIntent with a bluetooth headset
每次我都弄错了 mBluetoothAdapter.getProfileProxy(mContext, mHeadsetProfileListener, BluetoothProfile.HEADSET)
在startBluetooth11()方法中。
请帮忙。