Bluetoothヘッドセットをマイクとして使用できるようにしたい。
マイクモードに設定できますか?
AudioManager localAudioManager = (AudioManager) getSystemService("audio");
localAudioManager.setBluetoothScoOn(true);
localAudioManager.startBluetoothSco();
localAudioManager.setMode(2);
はい、startBluetoothSco()を使用する必要があります
このメソッドは、電話が通話中でないときに Bluetooth SCO ヘッドセットとの間でオーディオを送受信するアプリケーションで使用できます。