am d1a95f97: Merge "Don\'t allow connection to profiles in TURNING_OFF state." into froyo
Merge commit 'd1a95f975b03371a937da87735359c286a6de7f3' into froyo-plus-aosp * commit 'd1a95f975b03371a937da87735359c286a6de7f3': Don't allow connection to profiles in TURNING_OFF state.
This commit is contained in:
@@ -313,6 +313,8 @@ public class BluetoothA2dpService extends IBluetoothA2dp.Stub {
|
||||
"Need BLUETOOTH_ADMIN permission");
|
||||
if (DBG) log("connectSink(" + device + ")");
|
||||
|
||||
if (!mBluetoothService.isEnabled()) return false;
|
||||
|
||||
// ignore if there are any active sinks
|
||||
if (lookupSinksMatchingStates(new int[] {
|
||||
BluetoothA2dp.STATE_CONNECTING,
|
||||
|
||||
Reference in New Issue
Block a user