Merge "Fix sendConnection State intent api params."

This commit is contained in:
Jaikumar Ganesh
2011-08-22 19:29:57 -07:00
committed by Android (Google) Code Review

View File

@@ -569,7 +569,7 @@ final class BluetoothHealthProfileHandler {
int newDeviceState) {
mHealthDevices.put(device, newDeviceState);
mBluetoothService.sendConnectionStateChange(device, BluetoothProfile.HEALTH,
prevDeviceState, newDeviceState);
newDeviceState, prevDeviceState);
}
/**