蓝牙怎么切换切换A2DP和SCO模式?
就是按下button,先播放提示音,然后再用蓝牙耳机录音。如果直接audioManager.stopBluetoothSco();audioManager.setBluetoothScoOn(true);audioManager.startBluetoothSco();//启动SCO连接,audioManager.setMode(AudioManager.STREAM_MUSIC);
这样的话 首先不会播放提示音;并且会有 一个蓝牙自带的声音。
http://win8e.com/sj/3/39520.html