Merge change 22130 into eclair

* changes:
  Call the correct function for canceling a pairing request.
This commit is contained in:
Android (Google) Code Review
2009-08-20 15:10:49 -07:00

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();
}
}