0
A
답변
1
예, 당신은 전화 통화에없는 동안 startBluetoothSco()
이 방법은 전송하고자하는 응용 프로그램에서 사용하고 블루투스 SCO 헤드셋에서에/오디오를 수신 할 수 사용해야합니다.
1
AudioManager localAudioManager = (AudioManager) getSystemService("audio");
localAudioManager.setBluetoothScoOn(true);
localAudioManager.startBluetoothSco();
localAudioManager.setMode(2);