am 64f42803: Merge "Bluez doesn\'t handle disconnect while connecting well. Defer the message." into gingerbread

Merge commit '64f4280313c5b498a3238d174c4d14ca2187604b' into gingerbread-plus-aosp

* commit '64f4280313c5b498a3238d174c4d14ca2187604b':
  Bluez doesn't handle disconnect while connecting well.
This commit is contained in:
Jaikumar Ganesh
2010-10-12 19:06:13 -07:00
committed by Android Git Automerger

View File

@@ -516,7 +516,7 @@ public final class BluetoothDeviceProfileState extends HierarchicalStateMachine
}
break;
case DISCONNECT_A2DP_OUTGOING:
processCommand(DISCONNECT_A2DP_OUTGOING);
deferMessage(message);
break;
case DISCONNECT_A2DP_INCOMING:
// Ignore, will be handled by Bluez