Searched defs:stopBluetoothSco (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioManager.java1248 * call {@link #stopBluetoothSco()} to clear the request and turn down the bluetooth connection.
1271 * @see #stopBluetoothSco()
1292 public void stopBluetoothSco(){ method in class:AudioManager
1295 service.stopBluetoothSco(mICallBack);
1297 Log.e(TAG, "Dead object in stopBluetoothSco", e);
H A DAudioService.java2016 /** @see AudioManager#stopBluetoothSco() */
2017 public void stopBluetoothSco(IBinder cb){ method in class:AudioService
2018 if (!checkAudioSettingsPermission("stopBluetoothSco()") ||

Completed in 340 milliseconds