Searched refs:requestScoState (Results 1 – 1 of 1) sorted by relevance
375 return requestScoState(BluetoothHeadset.STATE_AUDIO_CONNECTED, scoAudioMode); in startBluetoothSco()382 return requestScoState(BluetoothHeadset.STATE_AUDIO_DISCONNECTED, SCO_MODE_VIRTUAL_CALL); in stopBluetoothSco()732 private boolean requestScoState(int state, int scoAudioMode) { in requestScoState() method in BtHelper