am 91827213: Merge change 22130 into eclair

Merge commit '9182721336cd5f070aa2b5cf971193c7887c81d6'

* commit '9182721336cd5f070aa2b5cf971193c7887c81d6':
  Call the correct function for canceling a pairing request.
This commit is contained in:
Jaikumar Ganesh
2009-08-20 15:14:45 -07:00
committed by Android Git Automerger

View File

@@ -233,7 +233,7 @@ public class BluetoothPairingDialog extends AlertActivity implements DialogInter
if (mType == BluetoothDevice.PAIRING_VARIANT_CONFIRMATION) {
mDevice.setPairingConfirmation(false);
} else {
mDevice.cancelBondProcess();
mDevice.cancelPairingUserInput();
}
}